]> sigrok.org Git - sigrok-util.git/blobdiff - source/drv-protocol.c
new-driver: Add missing "${lib}_" in api.c.
[sigrok-util.git] / source / drv-protocol.c
index b7b359d2e8020d1e1cb1788b469c1c989360203c..6ec9d8908540b9aea8d2a9b3598bc775a157f83a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) ${year} ${author} <${email}>
  *
@@ -21,7 +21,6 @@
 #include <glib.h>
 #include "libsigrok.h"
 #include "libsigrok-internal.h"
-#include "config.h"
 #include "protocol.h"
 
 SR_PRIV int ${lib}_receive_data(int fd, int revents, void *cb_data)