X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=source%2Fdrv-protocol.c;h=6ec9d8908540b9aea8d2a9b3598bc775a157f83a;hb=0832e7d675a9ea308ddcafbb2a1ed425c720fa1e;hp=b7b359d2e8020d1e1cb1788b469c1c989360203c;hpb=126eded091582d9b988d793141d6c428bc38457d;p=sigrok-util.git diff --git a/source/drv-protocol.c b/source/drv-protocol.c index b7b359d..6ec9d89 100644 --- a/source/drv-protocol.c +++ b/source/drv-protocol.c @@ -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 #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)