aboutsummaryrefslogtreecommitdiff
path: root/src/survive_vive.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-08 01:01:42 -0500
committercnlohr <lohr85@gmail.com>2017-03-08 01:01:42 -0500
commit2a4a803b2f162692ca11e700b32da0a77049bfd2 (patch)
tree0f4580ce91c8e43a1c692948010402abcfacf075 /src/survive_vive.c
parenta087915c5dd8c356911453a019723ebaa9904a36 (diff)
downloadlibsurvive-2a4a803b2f162692ca11e700b32da0a77049bfd2.tar.gz
libsurvive-2a4a803b2f162692ca11e700b32da0a77049bfd2.tar.bz2
cleaning up more header stuff
Diffstat (limited to 'src/survive_vive.c')
-rw-r--r--src/survive_vive.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/survive_vive.c b/src/survive_vive.c
index 6be5114..61716d3 100644
--- a/src/survive_vive.c
+++ b/src/survive_vive.c
@@ -10,14 +10,12 @@
//If there are portions of the code too similar to the original, I would like to know so they can be re-written.
//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses.
-#include "survive_internal.h"
-#include "survive_driverman.h"
+#include <survive.h>
#include <jsmn.h>
-
-#include "survive_internal.h"
#include <libusb-1.0/libusb.h>
#include <stdio.h>
-#include <unistd.h> //sleep if I ever use it.
+#include <stdlib.h>
+#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <sys/stat.h>