diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2008-04-04 17:45:22 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2008-04-04 17:45:22 +0000 |
| commit | 0da11d5dcc55befdb4cab6e287c7387d5cfc8480 (patch) | |
| tree | 38cda87320031d31a677890ae7d33b4eff82c9c2 /src/ui | |
| parent | make dependency messages a bit better (diff) | |
| download | inkscape-0da11d5dcc55befdb4cab6e287c7387d5cfc8480.tar.gz inkscape-0da11d5dcc55befdb4cab6e287c7387d5cfc8480.zip | |
Fix LP bug #190420 (noncompliant desktop entry); remove pointless
config.h inclusion in ui/clipboard.cpp
(bzr r5333)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/clipboard.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 7973f82af..f0537b720 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -15,11 +15,6 @@ * See the file COPYING for details. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif -#include "path-prefix.h" - #include "ui/clipboard.h" // TODO: reduce header bloat if possible |
