st: Remove useless HAVE_CONFIG

That doesn't exists anymore

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3507>
This commit is contained in:
Bilal Elmoussaoui 2024-10-16 13:50:52 +02:00
parent 5cbd847c84
commit 7aee2ca854
10 changed files with 0 additions and 20 deletions

View File

@ -26,9 +26,7 @@
* minimum and maximum, together with step and page increments and a page size.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <glib-object.h>
#include <clutter/clutter.h>

View File

@ -28,9 +28,7 @@
* #StBin inherits from #StWidget, so it is fully themable.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <clutter/clutter.h>

View File

@ -27,9 +27,7 @@
* and transitions effects between states.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <string.h>

View File

@ -34,9 +34,7 @@
* - `indeterminate`: the widget is showing the hint text or actor
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <math.h>

View File

@ -25,9 +25,7 @@
* #StFocusManager handles keyboard focus for all actors on the stage.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <clutter/clutter.h>

View File

@ -30,9 +30,7 @@
* #StGenericAccessible is an #StWidgetAccessible
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "st-generic-accessible.h"

View File

@ -29,9 +29,7 @@
* applications to set further properties.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <string.h>

View File

@ -28,9 +28,7 @@
* the step or page amount, or by manually dragging the handle.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <math.h>
#include <clutter/clutter.h>

View File

@ -17,9 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <math.h>
#include <gio/gio.h>

View File

@ -23,9 +23,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <string.h>