From: Uwe Hermann Date: Fri, 3 May 2013 18:54:27 +0000 (+0200) Subject: Adapt to new header. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=aaabd61b1297bae5b719c4d61da4c6fd1a26c111 Adapt to new header. --- diff --git a/main.cpp b/main.cpp index 1761df6..5257b79 100644 --- a/main.cpp +++ b/main.cpp @@ -19,7 +19,7 @@ */ #ifdef ENABLE_SIGROKDECODE -#include /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include /* First, so we avoid a _POSIX_C_SOURCE warning. */ #endif #include diff --git a/pv/dialogs/about.cpp b/pv/dialogs/about.cpp index fc20655..98d4469 100644 --- a/pv/dialogs/about.cpp +++ b/pv/dialogs/about.cpp @@ -19,7 +19,7 @@ */ #ifdef ENABLE_SIGROKDECODE -#include +#include #endif #include diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 97abbf8..7320bf1 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -19,7 +19,7 @@ */ #ifdef ENABLE_SIGROKDECODE -#include +#include #endif #include