diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-01-18 17:11:56 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-01-18 17:11:56 +0000 |
| commit | bd68b14b6bf32d009012b431f6271e53ea6bc1e1 (patch) | |
| tree | e1235b11f8966b65353033927fa78fc67aaa5182 /src/shortcuts.h | |
| parent | adapt includes to glib 2.9 changes (diff) | |
| download | inkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.tar.gz inkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.zip | |
optimized includes
(bzr r16)
Diffstat (limited to 'src/shortcuts.h')
| -rw-r--r-- | src/shortcuts.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/shortcuts.h b/src/shortcuts.h index 8ce0f7685..5119851c9 100644 --- a/src/shortcuts.h +++ b/src/shortcuts.h @@ -10,8 +10,14 @@ * This code is in public domain */ -#include <forward.h> - +namespace Inkscape { + class Verb; + namespace UI { + namespace View { + class View; + } + } +} /* We define high-bit mask for packing into single int */ |
