From 7784d05b07dc65eab1754497e71fbf56d714b048 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 28 Apr 2004 10:29:22 +0000 Subject: CLEANUP: remove relative includes over the source tree --- diff --git a/Rules.make b/Rules.make index e86f662..f0e463b 100644 --- a/Rules.make +++ b/Rules.make @@ -172,6 +172,7 @@ endif # auxilliary libraries ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) + ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) # all ifeq ($(CONFIG_LIBOPIE),y) ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ diff --git a/noncore/apps/opie-gutenbrowser/NetworkDialog.cpp b/noncore/apps/opie-gutenbrowser/NetworkDialog.cpp index e8ade87..aed53c6 100644 --- a/noncore/apps/opie-gutenbrowser/NetworkDialog.cpp +++ b/noncore/apps/opie-gutenbrowser/NetworkDialog.cpp @@ -11,11 +11,11 @@ // // half-assed attempt at providing a network dialog. // /* Created: Sun Aug 27 15:24:52 2000*/ #include + extern "C" { -#include "../../net/ftplib/ftplib.h" +#include } - #include "NetworkDialog.h" #include "gutenbrowser.h" diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp index fe96103..aa4314a 100644 --- a/noncore/net/opieftp/opieftp.cpp +++ b/noncore/net/opieftp/opieftp.cpp @@ -14,7 +14,7 @@ #include "opieftp.h" extern "C" { -#include "../ftplib/ftplib.h" +#include } #include "inputDialog.h" -- cgit v0.9.0.2