summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas@radix.lt>2020-12-20 19:07:26 +0200
committerPovilas Kanapickas <povilas@radix.lt>2020-12-20 19:07:26 +0200
commit6d97599bfa9709122058ee8e3386c0d211641b91 (patch)
tree531813d270522b93a75a2833c6fd2d07f310ca40 /tests
parent1719c2d6d60d6ed3f858eb301791589a428ab20c (diff)
Remove no longer used HAVE_CONFIG_H
Diffstat (limited to 'tests')
-rw-r--r--tests/common/helpers.cpp3
-rw-r--r--tests/common/helpers.h3
-rw-r--r--tests/common/video-driver-test.h3
-rw-r--r--tests/common/xit-event.h4
-rw-r--r--tests/common/xit-property.cpp4
-rw-r--r--tests/common/xit-property.h3
-rw-r--r--tests/common/xit-server-input-test.cpp3
-rw-r--r--tests/common/xit-server-input-test.h3
-rw-r--r--tests/common/xit-server-test.cpp4
-rw-r--r--tests/common/xit-server-test.h4
-rw-r--r--tests/common/xit-server.cpp4
-rw-r--r--tests/common/xit-server.h4
-rw-r--r--tests/common/xorg-conf.cpp3
-rw-r--r--tests/common/xorg-conf.h3
-rw-r--r--tests/input/input-module-load.cpp3
-rw-r--r--tests/lib/libX11.cpp4
-rw-r--r--tests/lib/libXi.cpp4
-rw-r--r--tests/server/barriers-common.h4
-rw-r--r--tests/server/barriers-devices.cpp4
-rw-r--r--tests/server/barriers-directions.cpp4
-rw-r--r--tests/server/barriers-notify.cpp4
-rw-r--r--tests/server/barriers-validity.cpp4
-rw-r--r--tests/server/dga.cpp4
-rw-r--r--tests/server/grab.cpp4
-rw-r--r--tests/server/input.cpp4
-rw-r--r--tests/server/misc.cpp4
-rw-r--r--tests/server/multihead.cpp4
-rw-r--r--tests/server/touch.cpp4
-rw-r--r--tests/server/xephyr.cpp4
-rw-r--r--tests/server/xigrabbutton.cpp4
-rw-r--r--tests/server/xtest.cpp4
-rw-r--r--tests/video/video-module-load.cpp3
32 files changed, 0 insertions, 118 deletions
diff --git a/tests/common/helpers.cpp b/tests/common/helpers.cpp
index 1fedca6..f6f35df 100644
--- a/tests/common/helpers.cpp
+++ b/tests/common/helpers.cpp
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#include "helpers.h"
#include <math.h>
diff --git a/tests/common/helpers.h b/tests/common/helpers.h
index 64ecd62..81aa79c 100644
--- a/tests/common/helpers.h
+++ b/tests/common/helpers.h
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#ifndef _HELPERS_H_
#define _HELPERS_H_
diff --git a/tests/common/video-driver-test.h b/tests/common/video-driver-test.h
index 4d7804d..a79e6cb 100644
--- a/tests/common/video-driver-test.h
+++ b/tests/common/video-driver-test.h
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#ifndef _VIDEO_DRIVER_TEST_H_
#define _VIDEO_DRIVER_TEST_H_
diff --git a/tests/common/xit-event.h b/tests/common/xit-event.h
index 579d03a..24f7c06 100644
--- a/tests/common/xit-event.h
+++ b/tests/common/xit-event.h
@@ -25,10 +25,6 @@
#ifndef _XIT_EVENT_H_
#define _XIT_EVENT_H_
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <X11/Xlib.h>
#include <xorg/gtest/xorg-gtest.h>
diff --git a/tests/common/xit-property.cpp b/tests/common/xit-property.cpp
index 0652c5d..7e86ad5 100644
--- a/tests/common/xit-property.cpp
+++ b/tests/common/xit-property.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <xit-property.h>
bool DevicePropertyExists(::Display *dpy, int deviceid, const std::string &propname) {
diff --git a/tests/common/xit-property.h b/tests/common/xit-property.h
index 29f2498..7fbc132 100644
--- a/tests/common/xit-property.h
+++ b/tests/common/xit-property.h
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#ifndef _ATOM_HELPERS_H_
#define _ATOM_HELPERS_H_
diff --git a/tests/common/xit-server-input-test.cpp b/tests/common/xit-server-input-test.cpp
index ca2402f..9371ccf 100644
--- a/tests/common/xit-server-input-test.cpp
+++ b/tests/common/xit-server-input-test.cpp
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#include <stdexcept>
#include <xorg/gtest/xorg-gtest.h>
diff --git a/tests/common/xit-server-input-test.h b/tests/common/xit-server-input-test.h
index ddf921e..0714030 100644
--- a/tests/common/xit-server-input-test.h
+++ b/tests/common/xit-server-input-test.h
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#ifndef _XIT_SERVER_INPUT_TEST_H_
#define _XIT_SERVER_INPUT_TEST_H_
diff --git a/tests/common/xit-server-test.cpp b/tests/common/xit-server-test.cpp
index d1efa12..e7b436a 100644
--- a/tests/common/xit-server-test.cpp
+++ b/tests/common/xit-server-test.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <fstream>
#include "xit-server-test.h"
diff --git a/tests/common/xit-server-test.h b/tests/common/xit-server-test.h
index 4aec701..9f4b0c4 100644
--- a/tests/common/xit-server-test.h
+++ b/tests/common/xit-server-test.h
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifndef _XIT_SERVER_TEST_H_
#define _XIT_SERVER_TEST_H_
diff --git a/tests/common/xit-server.cpp b/tests/common/xit-server.cpp
index 53790d6..c3330ea 100644
--- a/tests/common/xit-server.cpp
+++ b/tests/common/xit-server.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "xit-server.h"
#include "helpers.h"
diff --git a/tests/common/xit-server.h b/tests/common/xit-server.h
index 56fbc73..ecaf125 100644
--- a/tests/common/xit-server.h
+++ b/tests/common/xit-server.h
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifndef _XIT_SERVER_H
#define _XIT_SERVER_H
diff --git a/tests/common/xorg-conf.cpp b/tests/common/xorg-conf.cpp
index 5fb716c..a96baab 100644
--- a/tests/common/xorg-conf.cpp
+++ b/tests/common/xorg-conf.cpp
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#include <fstream>
#include <sstream>
#include <unistd.h>
diff --git a/tests/common/xorg-conf.h b/tests/common/xorg-conf.h
index 6e8ed67..5d4bd82 100644
--- a/tests/common/xorg-conf.h
+++ b/tests/common/xorg-conf.h
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#ifndef _XORGCONFIG_H_
#define _XORGCONFIG_H_
diff --git a/tests/input/input-module-load.cpp b/tests/input/input-module-load.cpp
index 982f6b3..8e67c3b 100644
--- a/tests/input/input-module-load.cpp
+++ b/tests/input/input-module-load.cpp
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#include <stdexcept>
#include <fstream>
#include <xorg/gtest/xorg-gtest.h>
diff --git a/tests/lib/libX11.cpp b/tests/lib/libX11.cpp
index 4fe3da3..006d9c0 100644
--- a/tests/lib/libX11.cpp
+++ b/tests/lib/libX11.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <linux/input.h>
#include <xorg/gtest/xorg-gtest.h>
diff --git a/tests/lib/libXi.cpp b/tests/lib/libXi.cpp
index cef3fe5..8212629 100644
--- a/tests/lib/libXi.cpp
+++ b/tests/lib/libXi.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <linux/input.h>
#include <xorg/gtest/xorg-gtest.h>
diff --git a/tests/server/barriers-common.h b/tests/server/barriers-common.h
index 06f29f7..707c21f 100644
--- a/tests/server/barriers-common.h
+++ b/tests/server/barriers-common.h
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifndef _BARRIERS_COMMON_H_
#define _BARRIERS_COMMON_H_
diff --git a/tests/server/barriers-devices.cpp b/tests/server/barriers-devices.cpp
index de2ab98..d89a730 100644
--- a/tests/server/barriers-devices.cpp
+++ b/tests/server/barriers-devices.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
diff --git a/tests/server/barriers-directions.cpp b/tests/server/barriers-directions.cpp
index 4e7a89b..466219f 100644
--- a/tests/server/barriers-directions.cpp
+++ b/tests/server/barriers-directions.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
diff --git a/tests/server/barriers-notify.cpp b/tests/server/barriers-notify.cpp
index 4b8b7c7..f4e5afc 100644
--- a/tests/server/barriers-notify.cpp
+++ b/tests/server/barriers-notify.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
diff --git a/tests/server/barriers-validity.cpp b/tests/server/barriers-validity.cpp
index 9382010..13a3be9 100644
--- a/tests/server/barriers-validity.cpp
+++ b/tests/server/barriers-validity.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
diff --git a/tests/server/dga.cpp b/tests/server/dga.cpp
index e02ade4..7863f3c 100644
--- a/tests/server/dga.cpp
+++ b/tests/server/dga.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <stdexcept>
#include <tuple>
diff --git a/tests/server/grab.cpp b/tests/server/grab.cpp
index 2caacd5..a7525f4 100644
--- a/tests/server/grab.cpp
+++ b/tests/server/grab.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <tuple>
#include <xorg/gtest/xorg-gtest.h>
diff --git a/tests/server/input.cpp b/tests/server/input.cpp
index 33a487d..9fd4bbd 100644
--- a/tests/server/input.cpp
+++ b/tests/server/input.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <math.h>
#include <pixman.h>
#include <fcntl.h>
diff --git a/tests/server/misc.cpp b/tests/server/misc.cpp
index 0b1ecb4..2745d19 100644
--- a/tests/server/misc.cpp
+++ b/tests/server/misc.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <fstream>
#include <xorg/gtest/xorg-gtest.h>
diff --git a/tests/server/multihead.cpp b/tests/server/multihead.cpp
index fdc2d94..9515fe1 100644
--- a/tests/server/multihead.cpp
+++ b/tests/server/multihead.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <iostream>
#include <fstream>
#include <stdexcept>
diff --git a/tests/server/touch.cpp b/tests/server/touch.cpp
index 384d3d3..7397593 100644
--- a/tests/server/touch.cpp
+++ b/tests/server/touch.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <stdexcept>
#include <tuple>
diff --git a/tests/server/xephyr.cpp b/tests/server/xephyr.cpp
index 49c25f5..5def28d 100644
--- a/tests/server/xephyr.cpp
+++ b/tests/server/xephyr.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <fstream>
#include <xorg/gtest/xorg-gtest.h>
diff --git a/tests/server/xigrabbutton.cpp b/tests/server/xigrabbutton.cpp
index 56e8244..5a954a9 100644
--- a/tests/server/xigrabbutton.cpp
+++ b/tests/server/xigrabbutton.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
diff --git a/tests/server/xtest.cpp b/tests/server/xtest.cpp
index 641fd2c..8343e52 100644
--- a/tests/server/xtest.cpp
+++ b/tests/server/xtest.cpp
@@ -22,10 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
diff --git a/tests/video/video-module-load.cpp b/tests/video/video-module-load.cpp
index 466fd42..323e7a7 100644
--- a/tests/video/video-module-load.cpp
+++ b/tests/video/video-module-load.cpp
@@ -22,9 +22,6 @@
*
*/
-#if HAVE_CONFIG_H
-#include <config.h>
-#endif
#include <stdexcept>
#include <fstream>
#include <xorg/gtest/xorg-gtest.h>