Changed: #1150 fixed wrong includes for moved headers

hg/feature/sound
aquiles 14 years ago
parent 06abd7c8e8
commit f61bbc3e08

@ -21,8 +21,8 @@
#include "nel/misc/common.h" #include "nel/misc/common.h"
#include "nel/misc/path.h" #include "nel/misc/path.h"
#include "form.h" #include "nel/georges/form.h"
#include "form_loader.h" #include "nel/georges/form_loader.h"
using namespace NLMISC; using namespace NLMISC;

@ -20,9 +20,9 @@
#include "nel/misc/i_xml.h" #include "nel/misc/i_xml.h"
#include "nel/misc/path.h" #include "nel/misc/path.h"
#include "form_dfn.h" #include "nel/georges/form_dfn.h"
#include "form_loader.h" #include "nel/georges/form_loader.h"
#include "form_elm.h" #include "nel/georges/form_elm.h"
using namespace NLMISC; using namespace NLMISC;
using namespace std; using namespace std;

@ -20,10 +20,10 @@
#include "nel/misc/o_xml.h" #include "nel/misc/o_xml.h"
#include "nel/misc/i_xml.h" #include "nel/misc/i_xml.h"
#include "form.h" #include "nel/georges/form.h"
#include "form_elm.h" #include "nel/georges/form_elm.h"
#include "form_loader.h" #include "nel/georges/form_loader.h"
#include "type.h" #include "nel/georges/type.h"
using namespace NLMISC; using namespace NLMISC;
using namespace std; using namespace std;

@ -22,10 +22,10 @@
#include "nel/georges/u_form.h" #include "nel/georges/u_form.h"
#include "form_loader.h" #include "nel/georges/form_loader.h"
#include "type.h" #include "nel/georges/type.h"
#include "form.h" #include "nel/georges/form.h"
#include "form_dfn.h" #include "nel/georges/form_dfn.h"
using namespace NLMISC; using namespace NLMISC;
using namespace std; using namespace std;

@ -16,11 +16,12 @@
#include "stdgeorges.h" #include "stdgeorges.h"
#include "header.h"
#include "nel/misc/thread.h" #include "nel/misc/thread.h"
#include "nel/misc/i_xml.h" #include "nel/misc/i_xml.h"
#include "nel/misc/common.h" #include "nel/misc/common.h"
#include "nel/georges/header.h"
using namespace NLMISC; using namespace NLMISC;
namespace NLGEORGES namespace NLGEORGES

@ -22,11 +22,11 @@
#include "nel/misc/path.h" #include "nel/misc/path.h"
#include "nel/georges/u_type.h" #include "nel/georges/u_type.h"
#include "form.h" #include "nel/georges/form.h"
#include "form_elm.h" #include "nel/georges/form_elm.h"
#include "form_loader.h" #include "nel/georges/form_loader.h"
#include "type.h" #include "nel/georges/type.h"
using namespace NLMISC; using namespace NLMISC;
using namespace std; using namespace std;

Loading…
Cancel
Save