diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-21 08:50:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-21 08:50:03 +0200 |
commit | 4cc09d0e0d8e0eaed36ffc9ae3baaa3fcfac30cb (patch) | |
tree | b843fd483d958c4b3ed49ea2e8282d99db3b01d3 /sd | |
parent | c1c2688912e769dfd7654e11e87dae380a8ce1eb (diff) |
stdint.h is not C++98
...and appears to be unused here, anyway.
Change-Id: I8dc82b8b6a37b9762baf30a7bfa6e5ae2723eb0e
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 0ff8e43b03e7..32efc05224f7 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -13,7 +13,6 @@ #include <gio/gio.h> #include <sys/unistd.h> #endif -#include <stdint.h> #include <sys/socket.h> #include <tools/debug.hxx> #include <tools/stream.hxx> |