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

@@ -17,7 +17,7 @@
#ifndef GDIGI_EFFECTS_H
#define GDIGI_EFFECTS_H
#include <glib/gtypes.h>
#include <glib.h>
typedef struct {
gdouble min; /**< Minumum value */