[Orxonox-commit 5174] r9839 - code/branches/wiimote/src/external/wiicpp/wiic
georgr at orxonox.net
georgr at orxonox.net
Mon Dec 2 14:16:36 CET 2013
Author: georgr
Date: 2013-12-02 14:16:36 +0100 (Mon, 02 Dec 2013)
New Revision: 9839
Modified:
code/branches/wiimote/src/external/wiicpp/wiic/wiic.h
Log:
next try... fixed includes
Modified: code/branches/wiimote/src/external/wiicpp/wiic/wiic.h
===================================================================
--- code/branches/wiimote/src/external/wiicpp/wiic/wiic.h 2013-12-02 13:09:41 UTC (rev 9838)
+++ code/branches/wiimote/src/external/wiicpp/wiic/wiic.h 2013-12-02 13:16:36 UTC (rev 9839)
@@ -52,8 +52,8 @@
* cmake.
*/
// #include "bluetooth/bluetooth.h"
-// #include <bluetooth.h>
- #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
+ #include <bluetooth/bluetooth.h>
+// #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
#endif
#ifdef WIIC_INTERNAL_H_INCLUDED
More information about the Orxonox-commit
mailing list