diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-10-13 21:45:11 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-10-13 21:45:11 +0000 |
| commit | fac07b3f9de3d2b7b825fd0b1591324f61d61648 (patch) | |
| tree | 4b5f5b0d5fc410390d6d2f9bf72b54776aa5d644 /testfiles | |
| parent | Revert "Add dir-util.h to the include path." (diff) | |
| download | inkscape-fac07b3f9de3d2b7b825fd0b1591324f61d61648.tar.gz inkscape-fac07b3f9de3d2b7b825fd0b1591324f61d61648.zip | |
dir-util-test: #include "io/dir-util.h"
Diffstat (limited to 'testfiles')
| -rw-r--r-- | testfiles/src/dir-util-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testfiles/src/dir-util-test.cpp b/testfiles/src/dir-util-test.cpp index 32b3fce74..d2e888e7d 100644 --- a/testfiles/src/dir-util-test.cpp +++ b/testfiles/src/dir-util-test.cpp @@ -13,7 +13,7 @@ #include <glib.h> -#include "dir-util.h" +#include "io/dir-util.h" namespace { |
