diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-03-24 17:07:26 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-03-24 17:07:26 +0000 |
| commit | 4c8b57830206a51ed9d2876b17ca9f6d65e857e1 (patch) | |
| tree | 62613d4a699796287e6d0b4a6bd18bb8f9b7027e /src | |
| parent | rename siox (diff) | |
| download | inkscape-4c8b57830206a51ed9d2876b17ca9f6d65e857e1.tar.gz inkscape-4c8b57830206a51ed9d2876b17ca9f6d65e857e1.zip | |
fix include
(bzr r287)
Diffstat (limited to 'src')
| -rw-r--r-- | src/trace/siox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp index 31d99ca03..def699003 100644 --- a/src/trace/siox.cpp +++ b/src/trace/siox.cpp @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -#include "siox-segmentator.h" +#include "siox.h" #include <string> |
