sd/source/ui/remotecontrol/BluetoothServer.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 4cc09d0e0d8e0eaed36ffc9ae3baaa3fcfac30cb Author: Stephan Bergmann <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
