no need for config.h here

This commit is contained in:
Gwenhael Le Moine 2023-05-03 14:34:15 +02:00
parent 946629fcff
commit c519e10418
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -1,8 +1,6 @@
#ifndef _OPTIONS_H #ifndef _OPTIONS_H
#define _OPTIONS_H 1 #define _OPTIONS_H 1
#include "config.h"
#if defined( GUI_IS_X11 ) #if defined( GUI_IS_X11 )
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/Xresource.h> #include <X11/Xresource.h>