From c2b72949ced45ceb5cb71bbdf0e5a10631bcae33 Mon Sep 17 00:00:00 2001 From: IGP Date: Fri, 7 Oct 2016 02:31:19 -0400 Subject: [PATCH] Update device.h conf.h not needed here --- src/device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/device.h b/src/device.h index 68ffcc3..793d0a0 100644 --- a/src/device.h +++ b/src/device.h @@ -17,7 +17,6 @@ #ifndef PUSB_DEVICE_H_ # define PUSB_DEVICE_H_ -# include "conf.h" int pusb_device_check(t_pusb_options *opts, const char *user);