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/archive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/archive.cpp') diff --git a/src/archive.cpp b/src/archive.cpp index 5ac2877..78fa362 100644 --- a/src/archive.cpp +++ b/src/archive.cpp @@ -5,7 +5,7 @@ * terms of the license contained in the file LICENSE. */ -#include "archive.h" +#include "bu/archive.h" Bu::Archive::Archive( Stream &rStream, bool bLoading ) : bLoading( bLoading ), -- cgit v1.2.3