Include config.h in every c file and include it first.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 29 Jul 2013 12:23:50 +0000 (14:23 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 29 Jul 2013 12:23:50 +0000 (14:23 +0200)
src/bookmark.c
src/command.c
src/completion.c
src/dom.c
src/hints.c
src/history.c
src/keybind.c
src/main.c
src/session.c
src/setting.c

index ffbe341..dad6679 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include "main.h"
 #include "bookmark.h"
 #include "util.h"
index 418bf1d..445786d 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include "main.h"
 #include "command.h"
 #include "keybind.h"
index fecf725..9f54f57 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include "main.h"
 #include "completion.h"
 #include "util.h"
index 37d34c3..f2fc6fa 100644 (file)
--- a/src/dom.c
+++ b/src/dom.c
@@ -17,6 +17,7 @@
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include "main.h"
 #include "dom.h"
 
index 6d9c146..2ac4f11 100644 (file)
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include <gdk/gdkkeysyms.h>
 #include <gdk/gdkkeysyms-compat.h>
 #include "hints.h"
-#include "config.h"
 #include "dom.h"
 #include "command.h"
 #include "hints.js.h"
index a099381..9c9e761 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include "main.h"
 #include "history.h"
 #include "util.h"
index 5de85e1..096c3e5 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include "main.h"
 #include "keybind.h"
 #include "command.h"
index e1cec33..10f0165 100644 (file)
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include <sys/stat.h>
 #include <math.h>
 #include "main.h"
-#include "config.h"
 #include "util.h"
 #include "command.h"
 #include "keybind.h"
index 4da9783..56b93c0 100644 (file)
@@ -17,9 +17,9 @@
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include <sys/file.h>
 #include "main.h"
-#include "config.h"
 #include "session.h"
 
 #ifdef FEATURE_COOKIE
index 1fbc3c8..1d7f97b 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program. If not, see http://www.gnu.org/licenses/.
  */
 
+#include "config.h"
 #include "setting.h"
 #include "util.h"
 #include "completion.h"