Use single header includes

This commit is contained in:
Tomasz Moń
2009-04-11 22:32:21 +02:00
parent a6d07fd802
commit 12c2ccc87f
3 changed files with 6 additions and 10 deletions

View File

@@ -20,12 +20,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*****************************************************************************/
#include <math.h>
#include <stdio.h>
#include <gtk/gtkmain.h>
#include <gtk/gtksignal.h>
#include <gdk/gdkkeysyms.h>
#include <math.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "gtkknob.h"