From 154165799998cb2cb7491bbd97b0511943a0228e Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sat, 21 Feb 2009 01:59:56 +0000 Subject: Move files from the src/dialogs/ directory to the places where they should be. Build libinkscape.a - should reduce link time. (bzr r7337) --- src/conditions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conditions.cpp') diff --git a/src/conditions.cpp b/src/conditions.cpp index 9a46f27d1..4a18a6913 100644 --- a/src/conditions.cpp +++ b/src/conditions.cpp @@ -19,7 +19,7 @@ #include #include "conditions.h" #include "xml/repr.h" -#include "dialogs/rdf.h" +#include "rdf.h" typedef bool (* condition_evaluator)(SPItem const *item, gchar const *value); -- cgit v1.2.3