summaryrefslogtreecommitdiffstats
path: root/loader/hdinstall.c
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2010-03-02 09:46:52 +0100
committerAles Kozumplik <akozumpl@redhat.com>2010-03-08 14:02:30 +0100
commit22fd31d247d8fe36587e85732be8cbb067a0abeb (patch)
treef779c26505c0485fe5fab887a85d40d8e761fbdf /loader/hdinstall.c
parentd42a7a7e21c6b4a45437a6139e169ccaaf17784b (diff)
downloadanaconda-22fd31d247d8fe36587e85732be8cbb067a0abeb.tar.gz
anaconda-22fd31d247d8fe36587e85732be8cbb067a0abeb.tar.xz
anaconda-22fd31d247d8fe36587e85732be8cbb067a0abeb.zip
move log.c from loader into isys.
This is in preparation to use logging from imount.c. We don't want a dependency of isys on loader, instead move logging code into isys and change loader sources to use the log.h header in isys.
Diffstat (limited to 'loader/hdinstall.c')
-rw-r--r--loader/hdinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/hdinstall.c b/loader/hdinstall.c
index ea39095c9..b21604a4f 100644
--- a/loader/hdinstall.c
+++ b/loader/hdinstall.c
@@ -39,7 +39,6 @@
#include "kickstart.h"
#include "loader.h"
#include "loadermisc.h"
-#include "log.h"
#include "lang.h"
#include "modules.h"
#include "method.h"
@@ -50,6 +49,7 @@
#include "../isys/imount.h"
#include "../isys/isys.h"
#include "../isys/eddsupport.h"
+#include "../isys/log.h"
/* boot flags */
extern uint64_t flags;