fix extraneous include.

Thu Mar 21 01:28:14 2002  Tim Janik  <timj@gtk.org>

        * gsignal.[hc]:
        * gobject.[hc]: fix extraneous include.
This commit is contained in:
Tim Janik
2002-03-21 00:34:05 +00:00
committed by Tim Janik
parent 5bbfa527f7
commit e1afbb7e03
4 changed files with 4 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
#include "gvaluetypes.h"
#include "gobjectnotifyqueue.c"
#include <string.h>
#include <signal.h>
#define PREALLOC_CPARAMS (8)