From f20a251240d72281565564ae54e3c7f3314a5030 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 11 Dec 2007 21:24:13 +0000 Subject: Fixed the bu directory, now the code should compile and be usable even installed. That was odd. Anyway, also set props on the bu, unit, and test directories so that the contents won't be listed on svn status. --- src/unit/file.cpp | 6 +++--- src/unit/fstring.cpp | 4 ++-- src/unit/taf.cpp | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/unit') diff --git a/src/unit/file.cpp b/src/unit/file.cpp index 5042350..abc816a 100644 --- a/src/unit/file.cpp +++ b/src/unit/file.cpp @@ -5,9 +5,9 @@ * terms of the license contained in the file LICENSE. */ -#include "unitsuite.h" -#include "file.h" -#include "exceptions.h" +#include "bu/unitsuite.h" +#include "bu/file.h" +#include "bu/exceptions.h" #include #include diff --git a/src/unit/fstring.cpp b/src/unit/fstring.cpp index b00f11b..cd90835 100644 --- a/src/unit/fstring.cpp +++ b/src/unit/fstring.cpp @@ -5,8 +5,8 @@ * terms of the license contained in the file LICENSE. */ -#include "fstring.h" -#include "unitsuite.h" +#include "bu/fstring.h" +#include "bu/unitsuite.h" class Unit : public Bu::UnitSuite { diff --git a/src/unit/taf.cpp b/src/unit/taf.cpp index f363c78..b3edf5c 100644 --- a/src/unit/taf.cpp +++ b/src/unit/taf.cpp @@ -5,9 +5,9 @@ * terms of the license contained in the file LICENSE. */ -#include "unitsuite.h" -#include "file.h" -#include "tafreader.h" +#include "bu/unitsuite.h" +#include "bu/file.h" +#include "bu/tafreader.h" #include #include -- cgit v1.2.3