From 34e6eeef656a205d4f65f128cb17bc81cca3b4d3 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 11 Nov 2014 15:52:36 +0100 Subject: Move utils to convenience library --- src/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usb.h') diff --git a/src/usb.h b/src/usb.h index da784b3..1c989d3 100644 --- a/src/usb.h +++ b/src/usb.h @@ -23,7 +23,7 @@ #define USB_H #include -#include "utils.h" +#include "common/utils.h" #define INTERFACE_CLASS 255 #define INTERFACE_SUBCLASS 254 -- cgit v1.1-32-gdbae