Changed: #1150 fixed wrong includes for moved headers
This commit is contained in:
parent
6e73df7169
commit
872078f1f3
6 changed files with 19 additions and 18 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue