* Remove an unnecessary #include directive from `clparse.c`
* widgbase.h depends on piedef.h so #include it git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4262 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
d4adf8fe42
commit
ae4faeac64
|
@ -25,6 +25,7 @@
|
||||||
#define __INCLUDED_LIB_WIDGET_WIDGBASE_H__
|
#define __INCLUDED_LIB_WIDGET_WIDGBASE_H__
|
||||||
|
|
||||||
#include "lib/framework/frame.h"
|
#include "lib/framework/frame.h"
|
||||||
|
#include "lib/ivis_common/piedef.h"
|
||||||
|
|
||||||
/* Button colours */
|
/* Button colours */
|
||||||
#define WBUTC_TEXT 0 // Colour for button text
|
#define WBUTC_TEXT 0 // Colour for button text
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "lib/framework/frame.h"
|
#include "lib/framework/frame.h"
|
||||||
#include "lib/widget/widget.h"
|
|
||||||
#include <popt.h>
|
#include <popt.h>
|
||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
Loading…
Reference in New Issue