forked from AuroraMiddleware/gtk
gtk-demo: Don't include config.h needlessly
It is not needed here.
This commit is contained in:
parent
111cc604f5
commit
0b3461ff1b
@ -1,4 +1,3 @@
|
||||
#include "config.h"
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include "config.h"
|
||||
|
||||
static GtkWidget *window = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user