Commit: 47e5ff5777b31ca4e1c4f4bc9e5bc1f55f02afeb
Parent: ac16d73f1e33c30b721a9ee4534bf1e1cea2433e
Author: opask
Date: Thu, 19 Jul 2018 06:00:41 -0600
forgot the -a
Diffstat:
13 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/dip.c b/dip.c
@@ -6,8 +6,6 @@
* rendering.
*/
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/dither.c b/dither.c
@@ -4,8 +4,6 @@
* This file is a part of the Links program, released under GPL.
*/
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/drivers.c b/drivers.c
@@ -3,8 +3,6 @@
* This file is a part of the Links program, released under GPL
*/
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/font_inc.c b/font_inc.c
@@ -1,5 +1,3 @@
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/gif.c b/gif.c
@@ -6,8 +6,6 @@
/* TODO: remove superfluous deco->im_width and deco->im_height */
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/html_gr.c b/html_gr.c
@@ -4,8 +4,6 @@
* This file is a part of the Links program, released under GPL.
*/
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/imgcache.c b/imgcache.c
@@ -4,8 +4,6 @@
* This file is a part of the Links program, released under GPL.
*/
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/jpeg.c b/jpeg.c
@@ -4,8 +4,6 @@
* This file is a part of the Links program, released under GPL.
*/
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/links.h b/links.h
@@ -28,8 +28,6 @@
#ifndef LINKS_H
#define LINKS_H
-#include "cfg.h"
-
#define LINKS_COPYRIGHT "(C) 1999 - 2018 Mikulas Patocka\n(C) 2000 - 2018 Petr Kulhavy, Karel Kulhavy, Martin Pergel"
#define LINKS_COPYRIGHT_8859_1 "(C) 1999 - 2018 Mikul\341s Patocka\n(C) 2000 - 2018 Petr Kulhav\375, Karel Kulhav\375, Martin Pergel"
#define LINKS_COPYRIGHT_8859_2 "(C) 1999 - 2018 Mikul\341\271 Pato\350ka\n(C) 2000 - 2018 Petr Kulhav\375, Karel Kulhav\375, Martin Pergel"
@@ -138,13 +136,10 @@
#ifndef png_jmpbuf
#define png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf)
#endif
-#endif /* #if defined(G) */
-
-#ifdef HAVE_SETJMP_H
#ifndef _SETJMP_H
#include <setjmp.h>
#endif /* _SETJMP_H */
-#endif
+#endif /* #if defined(G) */
#include <termios.h>
diff --git a/lru.c b/lru.c
@@ -4,8 +4,6 @@
* This file is a part of the Links program, released under GPL.
*/
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/png.c b/png.c
@@ -3,8 +3,6 @@
* (c) 2002 Karel 'Clock' Kulhavy
* This is a part of the Links program, released under GPL.
*/
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/view_gr.c b/view_gr.c
@@ -3,8 +3,6 @@
* This file is a part of the Links program, released under GPL.
*/
-#include "cfg.h"
-
#ifdef G
#include "links.h"
diff --git a/x.c b/x.c
@@ -61,8 +61,6 @@
*/
-#include "cfg.h"
-
#ifdef GRDRV_X
/* #define X_DEBUG */