From: Max Kellermann Date: Wed, 12 Sep 2018 17:25:01 +0000 (+0200) Subject: Compiler.h: move to util/ X-Git-Tag: upstream/0.33^2~325 X-Git-Url: http://git.kaliko.me/?p=ncmpc-debian.git;a=commitdiff_plain;h=930ee7d9913a23d8afdf9318d3f78675c4a5d754 Compiler.h: move to util/ --- diff --git a/src/BasicColors.hxx b/src/BasicColors.hxx index c49ed2f6..a90b3366 100644 --- a/src/BasicColors.hxx +++ b/src/BasicColors.hxx @@ -20,7 +20,7 @@ #ifndef BASIC_COLORS_HXX #define BASIC_COLORS_HXX -#include "Compiler.h" +#include "util/Compiler.h" /** * Parse an ncurses color name. diff --git a/src/Bindings.hxx b/src/Bindings.hxx index 6dd29365..342d9519 100644 --- a/src/Bindings.hxx +++ b/src/Bindings.hxx @@ -22,7 +22,7 @@ #include "config.h" #include "Command.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include #include diff --git a/src/Command.hxx b/src/Command.hxx index a38377e2..218b2353 100644 --- a/src/Command.hxx +++ b/src/Command.hxx @@ -21,7 +21,7 @@ #define COMMAND_H #include "config.h" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/GlobalBindings.hxx b/src/GlobalBindings.hxx index 62fa00a8..6f00297a 100644 --- a/src/GlobalBindings.hxx +++ b/src/GlobalBindings.hxx @@ -20,7 +20,7 @@ #ifndef GLOBAL_BINDINGS_HXX #define GLOBAL_BINDINGS_HXX -#include "Compiler.h" +#include "util/Compiler.h" struct KeyBindings; diff --git a/src/KeyName.hxx b/src/KeyName.hxx index 337f96bc..e7f07571 100644 --- a/src/KeyName.hxx +++ b/src/KeyName.hxx @@ -20,7 +20,7 @@ #ifndef KEY_NAME_HXX #define KEY_NAME_HXX -#include "Compiler.h" +#include "util/Compiler.h" gcc_pure const char * diff --git a/src/ListWindow.hxx b/src/ListWindow.hxx index 6e71a59b..d8641fee 100644 --- a/src/ListWindow.hxx +++ b/src/ListWindow.hxx @@ -23,7 +23,7 @@ #include "config.h" #include "ncmpc_curses.h" #include "Size.hxx" -#include "Compiler.h" +#include "util/Compiler.h" enum class Command : unsigned; class ListText; diff --git a/src/Page.hxx b/src/Page.hxx index 38dda0e5..30601360 100644 --- a/src/Page.hxx +++ b/src/Page.hxx @@ -24,7 +24,7 @@ #include "ncmpc_curses.h" #include "Point.hxx" #include "Size.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/Queue.hxx b/src/Queue.hxx index 561b7c04..4995179f 100644 --- a/src/Queue.hxx +++ b/src/Queue.hxx @@ -20,7 +20,7 @@ #ifndef QUEUE_HXX #define QUEUE_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/QueuePage.cxx b/src/QueuePage.cxx index 3b75b58a..87200a6a 100644 --- a/src/QueuePage.cxx +++ b/src/QueuePage.cxx @@ -42,7 +42,7 @@ #include "SongPage.hxx" #include "LyricsPage.hxx" #include "db_completion.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #ifndef NCMPC_MINI #include "hscroll.hxx" diff --git a/src/aconnect.cxx b/src/aconnect.cxx index 42a08a93..50b72059 100644 --- a/src/aconnect.cxx +++ b/src/aconnect.cxx @@ -29,7 +29,7 @@ #include "aconnect.hxx" #include "net/async_rconnect.hxx" #include "net/socket.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include #include diff --git a/src/charset.hxx b/src/charset.hxx index 3ed4b26c..8c9e571a 100644 --- a/src/charset.hxx +++ b/src/charset.hxx @@ -21,7 +21,7 @@ #define CHARSET_H #include "config.h" -#include "Compiler.h" +#include "util/Compiler.h" #ifdef ENABLE_LOCALE const char * diff --git a/src/filelist.hxx b/src/filelist.hxx index 2884dd9a..57c7b07d 100644 --- a/src/filelist.hxx +++ b/src/filelist.hxx @@ -20,7 +20,7 @@ #ifndef FILELIST_H #define FILELIST_H -#include "Compiler.h" +#include "util/Compiler.h" #include #include diff --git a/src/gidle.cxx b/src/gidle.cxx index af9c9e47..179a7afb 100644 --- a/src/gidle.cxx +++ b/src/gidle.cxx @@ -27,7 +27,7 @@ */ #include "gidle.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include #include diff --git a/src/io/Path.hxx b/src/io/Path.hxx index e5bab8fa..862ab65c 100644 --- a/src/io/Path.hxx +++ b/src/io/Path.hxx @@ -20,7 +20,7 @@ #ifndef IO_PATH_HXX #define IO_PATH_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/keyboard.cxx b/src/keyboard.cxx index 71c89cb4..c96f003d 100644 --- a/src/keyboard.cxx +++ b/src/keyboard.cxx @@ -25,7 +25,7 @@ #include "ncmpc.hxx" #include "ncmpc_curses.h" #include "screen.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/lirc.cxx b/src/lirc.cxx index 900fc27d..0a060ab2 100644 --- a/src/lirc.cxx +++ b/src/lirc.cxx @@ -20,7 +20,7 @@ #include "lirc.hxx" #include "ncmpc.hxx" #include "Bindings.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/match.hxx b/src/match.hxx index e0d4e686..7d596f25 100644 --- a/src/match.hxx +++ b/src/match.hxx @@ -21,7 +21,7 @@ #define MATCH_H #include "config.h" -#include "Compiler.h" +#include "util/Compiler.h" #ifdef NCMPC_MINI diff --git a/src/mpdclient.hxx b/src/mpdclient.hxx index c2a8a2f1..157b1248 100644 --- a/src/mpdclient.hxx +++ b/src/mpdclient.hxx @@ -3,7 +3,7 @@ #include "config.h" #include "Queue.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/net/async_connect.cxx b/src/net/async_connect.cxx index 798af973..6170cde7 100644 --- a/src/net/async_connect.cxx +++ b/src/net/async_connect.cxx @@ -27,7 +27,7 @@ */ #include "async_connect.hxx" -#include "../Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/net/async_rconnect.cxx b/src/net/async_rconnect.cxx index bedeecf5..af93845c 100644 --- a/src/net/async_rconnect.cxx +++ b/src/net/async_rconnect.cxx @@ -29,7 +29,7 @@ #include "async_rconnect.hxx" #include "async_connect.hxx" #include "resolver.hxx" -#include "../Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/plugin.cxx b/src/plugin.cxx index 42632dde..d167efb6 100644 --- a/src/plugin.cxx +++ b/src/plugin.cxx @@ -19,7 +19,7 @@ #include "plugin.hxx" #include "io/Path.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/save_playlist.cxx b/src/save_playlist.cxx index f6604a19..7bfce83f 100644 --- a/src/save_playlist.cxx +++ b/src/save_playlist.cxx @@ -27,7 +27,7 @@ #include "wreadln.hxx" #include "Completion.hxx" #include "screen_utils.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/screen.hxx b/src/screen.hxx index ac48050e..a8a2e17c 100644 --- a/src/screen.hxx +++ b/src/screen.hxx @@ -28,7 +28,7 @@ #include "History.hxx" #include "Point.hxx" #include "ncmpc_curses.h" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/screen_keydef.cxx b/src/screen_keydef.cxx index 5a7dbfc5..2406881a 100644 --- a/src/screen_keydef.cxx +++ b/src/screen_keydef.cxx @@ -33,7 +33,7 @@ #include "GlobalBindings.hxx" #include "screen_utils.hxx" #include "options.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/screen_list.hxx b/src/screen_list.hxx index 1bda89a9..83da08c6 100644 --- a/src/screen_list.hxx +++ b/src/screen_list.hxx @@ -20,7 +20,7 @@ #ifndef SCREEN_LIST_H #define SCREEN_LIST_H -#include "Compiler.h" +#include "util/Compiler.h" enum class Command : unsigned; struct PageMeta; diff --git a/src/screen_status.hxx b/src/screen_status.hxx index 53fcc873..9c074da4 100644 --- a/src/screen_status.hxx +++ b/src/screen_status.hxx @@ -20,7 +20,7 @@ #ifndef NCMPC_SCREEN_STATUS_H #define NCMPC_SCREEN_STATUS_H -#include "Compiler.h" +#include "util/Compiler.h" void screen_status_message(const char *msg); diff --git a/src/signals.cxx b/src/signals.cxx index b1633c22..92a7228c 100644 --- a/src/signals.cxx +++ b/src/signals.cxx @@ -19,7 +19,7 @@ #include "signals.hxx" #include "screen.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include diff --git a/src/Compiler.h b/src/util/Compiler.h similarity index 100% rename from src/Compiler.h rename to src/util/Compiler.h