]> sigrok.org Git - sigrok-cli.git/blobdiff - decode.c
Build: Include <config.h> first in all source files
[sigrok-cli.git] / decode.c
index e2a0f8563524447982d19f71381bb9fa99c01fef..67d8f1ef33c196310bfa24ee1a12f7663e2bbeeb 100644 (file)
--- a/decode.c
+++ b/decode.c
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
 #include "sigrok-cli.h"
-#include "config.h"
 
 #ifdef HAVE_SRD
 static GHashTable *pd_ann_visible = NULL;