* 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-861f7616d084
master
Giel van Schijndel 2008-03-23 18:30:41 +00:00
parent d4adf8fe42
commit ae4faeac64
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#define __INCLUDED_LIB_WIDGET_WIDGBASE_H__
#include "lib/framework/frame.h"
#include "lib/ivis_common/piedef.h"
/* Button colours */
#define WBUTC_TEXT 0 // Colour for button text

View File

@ -26,7 +26,6 @@
#include <string.h>
#include "lib/framework/frame.h"
#include "lib/widget/widget.h"
#include <popt.h>
#include "main.h"