Changed: #1150 fixed wrong includes for moved headers

This commit is contained in:
aquiles 2011-02-20 16:37:17 +01:00
parent 6e73df7169
commit 872078f1f3
6 changed files with 19 additions and 18 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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