summaryrefslogtreecommitdiff
path: root/kconfig/nconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/nconf.h')
-rw-r--r--kconfig/nconf.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/kconfig/nconf.h b/kconfig/nconf.h
index 0d52617..d41ec44 100644
--- a/kconfig/nconf.h
+++ b/kconfig/nconf.h
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
- * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com?
- * Released under the terms of the GNU GPL v2.0.
+ * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com>
*
* Derived from menuconfig.
- *
*/
#include <ctype.h>
@@ -14,9 +13,8 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <locale.h>
-#include <curses.h>
-#include <menu.h>
+#include CURSES_LOC
+#include MENU_LOC
#include <panel.h>
#include <form.h>
@@ -24,8 +22,6 @@
#include <time.h>
#include <sys/time.h>
-#include "ncurses.h"
-
#define max(a, b) ({\
typeof(a) _a = a;\
typeof(b) _b = b;\