Remove c++ specific includes from gui/common.h

They are not required anymore
This commit is contained in:
Nedko Arnaudov 2009-08-19 22:46:29 +03:00
parent 54b531f60e
commit e37ffd6982
1 changed files with 0 additions and 9 deletions

View File

@ -33,15 +33,6 @@
#include <stdint.h> /* fixed bit size ints */
#include <string.h>
#ifdef __cplusplus
#include <string>
#include <list>
#include <sigc++/sigc++.h>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/format.hpp>
#endif
enum ModuleType { Input, Output, InputOutput };
#include <gtk/gtk.h>