Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2013, 3:33:02 PM (12 years ago)
Author:
georgr
Message:

Committing a few local changes, this won't work very well on non-georg boxes. @smerkli: Fix this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wiimote/src/external/wiicpp/wiic/io_nix.c

    r9780 r9812  
    4141#include <unistd.h>
    4242
    43 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
    44 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci.h"
    45 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci_lib.h"
    46 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/l2cap.h"
     43//#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
     44//#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci.h"
     45//#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci_lib.h"
     46//#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/l2cap.h"
     47#include "/usr/include/bluetooth/bluetooth.h"
     48#include "/usr/include/bluetooth/hci.h"
     49#include "/usr/include/bluetooth/hci_lib.h"
     50#include "/usr/include/bluetooth/l2cap.h"
    4751
    4852#include "definitions.h"
Note: See TracChangeset for help on using the changeset viewer.