From 97c457819d5ae059add2aaa4f39a705a485e7815 Mon Sep 17 00:00:00 2001
From: Carl Philipp Klemm <philipp@uvos.xyz>
Date: Fri, 6 Oct 2023 12:51:13 +0200
Subject: [PATCH] Complete move of headers to coincellhell directory

---
 coincellhell.c | 1 -
 main.c         | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/coincellhell.c b/coincellhell.c
index 0701e00..b76c7dd 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 a5d41f2..77d0c8e 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)
 {
-- 
GitLab