diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 06:49:12 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 06:49:12 +0000 |
| commit | 8a1cacd44e5db6437463e31dca2b4e5d4893d075 (patch) | |
| tree | 729d3e6e43ed9b809b4580962f251cf098696f7a /src/extension/timer.h | |
| parent | Purging some forward.h files. (diff) | |
| download | inkscape-8a1cacd44e5db6437463e31dca2b4e5d4893d075.tar.gz inkscape-8a1cacd44e5db6437463e31dca2b4e5d4893d075.zip | |
More forward.h purging.
(bzr r10665)
Diffstat (limited to 'src/extension/timer.h')
| -rw-r--r-- | src/extension/timer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/timer.h b/src/extension/timer.h index 33b9829e9..b257c770a 100644 --- a/src/extension/timer.h +++ b/src/extension/timer.h @@ -16,11 +16,12 @@ #include <stddef.h> #include <sigc++/sigc++.h> #include <glibmm/timeval.h> -#include "extension-forward.h" namespace Inkscape { namespace Extension { +class Extension; + class ExpirationTimer { /** \brief Circularly linked list of all timers */ static ExpirationTimer * timer_list; |
