summaryrefslogtreecommitdiff
authorStephan Bergmann <sbergman@redhat.com>2012-08-21 06:50:03 (GMT)
committer Stephan Bergmann <sbergman@redhat.com>2012-08-21 06:50:03 (GMT)
commit4cc09d0e0d8e0eaed36ffc9ae3baaa3fcfac30cb (patch) (side-by-side diff)
treeb843fd483d958c4b3ed49ea2e8282d99db3b01d3
parentc1c2688912e769dfd7654e11e87dae380a8ce1eb (diff)
downloadcore-4cc09d0e0d8e0eaed36ffc9ae3baaa3fcfac30cb.zip
core-4cc09d0e0d8e0eaed36ffc9ae3baaa3fcfac30cb.tar.gz
stdint.h is not C++98
...and appears to be unused here, anyway. Change-Id: I8dc82b8b6a37b9762baf30a7bfa6e5ae2723eb0e
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 0ff8e43..32efc05 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>