- fix includes
authorJan Kupec <jkupec@suse.cz>
Mon, 7 Jul 2008 14:58:30 +0000 (14:58 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 7 Jul 2008 14:58:30 +0000 (14:58 +0000)
src/output/Out.h
src/output/OutNormal.cc
src/output/OutXML.cc

index d1ea9c1..0d3e00a 100644 (file)
@@ -7,7 +7,7 @@
 #include "zypp/base/Exception.h"
 #include "zypp/Url.h"
 
-#include "../zypper-prompt.h"
+#include "../prompt.h"
 #include "prompt.h"
 
 /**
index 495f819..0cb9aa3 100644 (file)
@@ -7,7 +7,7 @@
 #include "zypp/ByteCount.h" // for download progress reporting
 #include "zypp/base/String.h" // for toUpper()
 
-#include "../zypper-main.h"
+#include "../main.h"
 #include "AliveCursor.h"
 
 #include "OutNormal.h"
index c6f633e..abdddf6 100644 (file)
@@ -5,7 +5,7 @@
 #include "zypp/base/String.h"
 
 #include "OutXML.h"
-#include "../zypper-utils.h"
+#include "../utils.h"
 
 using std::cout;
 using std::endl;