Always include stdbool.h.
[paraslash.git] / gui_theme.c
index ffa5d792ee199f16e5bb26c5e6557054520f8e5c..f3a3729e57c5df8189664d4158ad43ad11c8b6e0 100644 (file)
@@ -4,7 +4,6 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-#include <stdbool.h>
 #include "para.h"
 #include "gui.h"
 #include <curses.h>
@@ -362,7 +361,7 @@ struct theme_description {
        void (*init)(struct gui_theme *t);
 };
 
-struct theme_description themes[] = {
+static struct theme_description themes[] = {
        {
                .name = "colorful blackness",
                .init = init_theme_colorful_blackness,