diff options
author | Unia <jthidskes@live.nl> | 2013-04-08 14:04:59 +0200 |
---|---|---|
committer | Unia <jthidskes@live.nl> | 2013-04-08 14:04:59 +0200 |
commit | ef4cc8b8497241d3f7791a6d1def6bfe1366a703 (patch) | |
tree | 226b975792784b6bf519646c0894ade29d421b99 /gstopwatch.c | |
parent | 4b83a13e715160f75198bc29bb54f8fa4d268e5f (diff) |
removed unneeded headers. found bug
Diffstat (limited to 'gstopwatch.c')
-rw-r--r-- | gstopwatch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gstopwatch.c b/gstopwatch.c index 3351cc4..5e6f717 100644 --- a/gstopwatch.c +++ b/gstopwatch.c @@ -1,7 +1,4 @@ #include <gtk/gtk.h> -#include <gdk/gdkkeysyms.h> -#include <glib.h> -#include <glib/gi18n.h> enum { STARTED, |