]> sigrok.org Git - libsigrok.git/blobdiff - hwplugin.c
libsigrok: Fix #includes.
[libsigrok.git] / hwplugin.c
index 0ffd6f2eeae77e17bbf0d86046b42771917d6a30..60a121c9a5dc5a67612b87a4034ab22bcf1209d4 100644 (file)
@@ -24,8 +24,8 @@
 #include <dirent.h>
 #include <string.h>
 #include <glib.h>
-#include <sigrok.h>
-#include <sigrok-internal.h>
+#include "sigrok.h"
+#include "sigrok-internal.h"
 
 /* The list of loaded plugins lives here. */
 static GSList *plugins;