X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=module_sigrokdecode.c;h=f88a6e97de654ca9a3f3c9f08bca0c99d74af1be;hp=00644ccfa05b9d2bfbb7d65fefd48c7e12bc8a98;hb=3abc83b996547a69bad906ec748f30874aae4796;hpb=57790bc8c558ccf2e57b3d973c043088232628c7 diff --git a/module_sigrokdecode.c b/module_sigrokdecode.c index 00644cc..f88a6e9 100644 --- a/module_sigrokdecode.c +++ b/module_sigrokdecode.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2012 Bert Vermeulen * @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#include "sigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ -#include "sigrokdecode-internal.h" +#include "libsigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include "libsigrokdecode-internal.h" #include "config.h" /** @cond PRIVATE */