summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-11-17 13:21:15 +0100
committerDave Davenport <qball@blame.services>2022-11-17 13:21:15 +0100
commit6d354e5b5380b9f83880777738f6c3f14968ffce (patch)
tree892884fadeaa29789f7bf8561d97c876f08b6927
parentc9faa69a1b5b2f01bb6939d11db7cc43d6ec5552 (diff)
Move config.h
-rw-r--r--include/xcb.h1
-rw-r--r--source/history.c1
-rw-r--r--source/keyb.c1
-rw-r--r--source/modes/dmenu.c1
-rw-r--r--source/modes/filebrowser.c1
-rw-r--r--source/widgets/container.c1
-rw-r--r--source/widgets/icon.c1
-rw-r--r--source/widgets/textbox.c1
-rw-r--r--source/widgets/widget.c1
-rw-r--r--test/helper-config-cmdline-parser.c1
-rw-r--r--test/helper-expand.c2
-rw-r--r--test/helper-test.c2
-rw-r--r--test/textbox-test.c1
13 files changed, 13 insertions, 2 deletions
diff --git a/include/xcb.h b/include/xcb.h
index 2b847645..f681eaae 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -29,7 +29,6 @@
#define ROFI_XCB_H
#include <cairo.h>
-#include <config.h>
#ifdef XCB_IMDKIT
#include <xcb-imdkit/imclient.h>
#endif
diff --git a/source/history.c b/source/history.c
index 56c68e2d..2b8d4f68 100644
--- a/source/history.c
+++ b/source/history.c
@@ -24,6 +24,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
+#include <config.h>
#include "history.h"
#include "rofi.h"
diff --git a/source/keyb.c b/source/keyb.c
index a3eac3d1..c035c672 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -24,6 +24,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
+#include <config.h>
#include "rofi.h"
#include "xrmoptions.h"
#include <glib.h>
diff --git a/source/modes/dmenu.c b/source/modes/dmenu.c
index d6431f55..59ea21b5 100644
--- a/source/modes/dmenu.c
+++ b/source/modes/dmenu.c
@@ -27,6 +27,7 @@
/** The log domain of this dialog. */
#define G_LOG_DOMAIN "Modes.DMenu"
+#include <config.h>
#include "modes/dmenu.h"
#include "helper.h"
diff --git a/source/modes/filebrowser.c b/source/modes/filebrowser.c
index 21ae13b9..f223ee2b 100644
--- a/source/modes/filebrowser.c
+++ b/source/modes/filebrowser.c
@@ -23,6 +23,7 @@
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <config.h>
#include <errno.h>
#include <gio/gio.h>
#include <gmodule.h>
diff --git a/source/widgets/container.c b/source/widgets/container.c
index b5f6656c..604b3431 100644
--- a/source/widgets/container.c
+++ b/source/widgets/container.c
@@ -27,6 +27,7 @@
/** The log domain of this widget. */
#define G_LOG_DOMAIN "Widgets.Container"
+#include <config.h>
#include "widgets/container.h"
#include "theme.h"
diff --git a/source/widgets/icon.c b/source/widgets/icon.c
index a669d220..ff14f36d 100644
--- a/source/widgets/icon.c
+++ b/source/widgets/icon.c
@@ -27,6 +27,7 @@
/** The log domain of this widget. */
#define G_LOG_DOMAIN "Widgets.Icon"
+#include <config.h>
#include "widgets/icon.h"
#include "theme.h"
diff --git a/source/widgets/textbox.c b/source/widgets/textbox.c
index 758e32d5..2727148e 100644
--- a/source/widgets/textbox.c
+++ b/source/widgets/textbox.c
@@ -25,6 +25,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
+#include <config.h>
#include "widgets/textbox.h"
#include "helper-theme.h"
diff --git a/source/widgets/widget.c b/source/widgets/widget.c
index 29812a61..a1633f13 100644
--- a/source/widgets/widget.c
+++ b/source/widgets/widget.c
@@ -24,6 +24,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
+#include <config.h>
#include "widgets/widget.h"
#include "theme.h"
diff --git a/test/helper-config-cmdline-parser.c b/test/helper-config-cmdline-parser.c
index 4cbfe78f..cc505451 100644
--- a/test/helper-config-cmdline-parser.c
+++ b/test/helper-config-cmdline-parser.c
@@ -24,6 +24,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
+#include <config.h>
#include "display.h"
#include "rofi-icon-fetcher.h"
diff --git a/test/helper-expand.c b/test/helper-expand.c
index 60c0079e..234ecf02 100644
--- a/test/helper-expand.c
+++ b/test/helper-expand.c
@@ -24,7 +24,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
-
+#include <config.h>
#include "display.h"
#include "rofi-icon-fetcher.h"
#include "rofi.h"
diff --git a/test/helper-test.c b/test/helper-test.c
index 4e81b937..fc123586 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -25,6 +25,8 @@
*
*/
+#include <config.h>
+
#include "display.h"
#include "rofi-icon-fetcher.h"
#include "rofi.h"
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 737db4f0..e99f94e7 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -25,6 +25,7 @@
*
*/
+#include <config.h>
#include <stdlib.h>
#include <unistd.h>