version 1.3.0
[vimprobable2.git] / includes.h
blobb4ad021e147cf34187fc3a0eb0b67bc3f43db947
1 /*
2 (c) 2009 by Leon Winter
3 (c) 2009, 2010 by Hannes Schueller
4 (c) 2009, 2010 by Matto Fransen
5 (c) 2010 by Hans-Peter Deifel
6 (c) 2010 by Thomas Adam
7 see LICENSE file
8 */
10 #include <stdlib.h>
11 #include <string.h>
12 #include <ctype.h>
13 #include <sys/file.h>
14 #include <unistd.h>
15 #include <gtk/gtk.h>
16 #include <gdk/gdkkeysyms.h>
17 #include <webkit/webkit.h>
18 #include <libsoup/soup.h>
19 #include <JavaScriptCore/JavaScript.h>