diff options
author | Richard Hughes <richard@hughsie.com> | 2010-05-07 21:37:35 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-05-07 21:37:35 +0100 |
commit | 8c55aee54fad16960652651ae2c7090f2b403db8 (patch) | |
tree | f7a6c22c32c0e16b93c2e82ebdc1e2d11ae70f04 /examples | |
parent | a8f1512b92433ca4a75a5f91b77fdef9faa99750 (diff) | |
download | gtk+-8c55aee54fad16960652651ae2c7090f2b403db8.tar.gz |
Remove a missing include in one of the tests that broke the build from a fresh checkout
Diffstat (limited to 'examples')
-rw-r--r-- | examples/wheelbarrow/wheelbarrow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wheelbarrow/wheelbarrow.c b/examples/wheelbarrow/wheelbarrow.c index 0976076dbe..12d8395c0c 100644 --- a/examples/wheelbarrow/wheelbarrow.c +++ b/examples/wheelbarrow/wheelbarrow.c @@ -1,5 +1,4 @@ -#include "config.h" #include <gtk/gtk.h> /* XPM */ |