diff --git a/coincellhell.c b/coincellhell.c
index 0701e007ec5130fb9b1d9b6cf68dd8a75d30f073..b76c7dddfe808da617609723e97af1b416fb2232 100644
--- a/coincellhell.c
+++ b/coincellhell.c
@@ -35,7 +35,6 @@
 
 #include "coincellhell/coincellhell.h"
 #include "usbshm.h"
-#include "usbcommands.h"
 
 #define VID 0xfe17
 #define PID 0x08dc
diff --git a/main.c b/main.c
index a5d41f2b42bb03378accb078da95a84fc11631eb..77d0c8e15049a40f86c3848efa3d2cec86be609a 100644
--- a/main.c
+++ b/main.c
@@ -31,10 +31,9 @@
 #include <string.h>
 #include <signal.h>
 
-#include "coincellhell.h"
+#include "coincellhell/coincellhell.h"
 #include "options.h"
 #include "float.h"
-#include "usbcommands.h"
 
 static void print_commands(void)
 {