#include <iostream>
#include <vector>
-#include "ia_auth_c.h"
-#include "common.h"
+#include "stg/ia_auth_c.h"
+#include "stg/common.h"
#include "web.h"
#include "settings_impl.h"
#include <iostream>
#include <cstring>
+#include "stg/common.h"
+#include "stg/conffiles.h"
#include "settings_impl.h"
-#include "common.h"
-#include "conffiles.h"
SETTINGS_IMPL::SETTINGS_IMPL()
: port(0),
#include <string>
-#include "os_int.h"
+#include "stg/os_int.h"
class SETTINGS_IMPL {
public:
#include <time.h>
#include <libintl.h>
+#include "stg/common.h"
+#include "stg/ia_auth_c.h"
#include "web.h"
-#include "common.h"
-#include "ia_auth_c.h"
extern WEB * web;
extern IA_CLIENT_PROT * clnp;
#include <string>
#include <list>
-#include "stg_const.h"
-#include "ia_packets.h"
+#include "stg/stg_const.h"
+#include "stg/ia_packets.h"
using namespace std;