summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2008-04-04 17:45:22 +0000
committertweenk <tweenk@users.sourceforge.net>2008-04-04 17:45:22 +0000
commit0da11d5dcc55befdb4cab6e287c7387d5cfc8480 (patch)
tree38cda87320031d31a677890ae7d33b4eff82c9c2 /src/ui
parentmake dependency messages a bit better (diff)
downloadinkscape-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.cpp5
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