diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 22:18:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 22:39:52 +0800 |
commit | 394e580dfdb04342c2e457ced400908e4dd5c88e (patch) | |
tree | 2c811bdfe0e350dad51a9d0008578b04a93ec1ce /calendar/gui/dialogs/cancel-comp.h | |
parent | 2988537fb0fd7ea5547c274a3660ebd41a2514e2 (diff) | |
download | gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.gz gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.bz2 gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.lz gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.xz gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.tar.zst gsoc2013-evolution-394e580dfdb04342c2e457ced400908e4dd5c88e.zip |
Including <glib.h> directly is rarely needed.
Diffstat (limited to 'calendar/gui/dialogs/cancel-comp.h')
-rw-r--r-- | calendar/gui/dialogs/cancel-comp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/cancel-comp.h b/calendar/gui/dialogs/cancel-comp.h index 5f1261f1f5..db455b06d7 100644 --- a/calendar/gui/dialogs/cancel-comp.h +++ b/calendar/gui/dialogs/cancel-comp.h @@ -26,7 +26,6 @@ #ifndef CANCEL_COMP_H #define CANCEL_COMP_H -#include <glib.h> #include <libecal/e-cal.h> #include <libecal/e-cal-component.h> |