[Libreoffice-commits] .: sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Aug 20 23:50:30 PDT 2012
sd/source/ui/remotecontrol/BluetoothServer.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4cc09d0e0d8e0eaed36ffc9ae3baaa3fcfac30cb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Aug 21 08:50:03 2012 +0200
stdint.h is not C++98
...and appears to be unused here, anyway.
Change-Id: I8dc82b8b6a37b9762baf30a7bfa6e5ae2723eb0e
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>
More information about the Libreoffice-commits
mailing list