Moving third party sources to third_party folder so that they can be easily distinguished. This should help package maintainers.

This commit is contained in:
lotodore
2008-03-23 10:36:17 +00:00
parent 6a241f0a02
commit 5beaa816b4
57 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include <string>
#include <boost/shared_ptr.hpp>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
class GuiInterface;
class HandInterface;
@@ -19,7 +19,7 @@
***************************************************************************/
#include "lobbychat.h"
#define IN_INCLUDE_LIBIRC_H
#include <core/libircclient/include/libirc_rfcnumeric.h>
#include <third_party/libircclient/include/libirc_rfcnumeric.h>
#include <net/socket_msg.h>
#include "gamelobbydialogimpl.h"
+1 -1
View File
@@ -16,7 +16,7 @@
#include <QtGui>
#include <QtCore>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#include "sdlplayer.h"
class mainWindowImpl;
+1 -1
View File
@@ -15,7 +15,7 @@
#include <QMessageBox>
#include <QtGui>
#include <QtCore>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#include "game_defs.h"
/**
+1 -1
View File
@@ -24,7 +24,7 @@
#include <net/socket_helper.h> // needed for correct order of header files.
#include <string>
#include <memory>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#define CLIENT_INITIAL_STATE ClientStateInit
+1 -1
View File
@@ -25,7 +25,7 @@
#include <cstring>
#include <cassert>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#include <boost/bind.hpp>
using namespace std;
+1 -1
View File
@@ -23,7 +23,7 @@
#include <net/irccallback.h>
#include <core/thread.h>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#include <string>
struct IrcContext;
+1 -1
View File
@@ -28,7 +28,7 @@
#include <list>
#include <boost/shared_ptr.hpp>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#define SENDER_THREAD_TERMINATE_TIMEOUT THREAD_WAIT_INFINITE
+1 -1
View File
@@ -23,7 +23,7 @@
#include <net/servergamethread.h>
#include <playerdata.h>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#ifdef _MSC_VER
+1 -1
View File
@@ -24,7 +24,7 @@
#include <net/sessionmanager.h>
#include <gui/guiinterface.h>
#include <gamedata.h>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#include <deque>
+1 -1
View File
@@ -30,7 +30,7 @@
#include <deque>
#include <list>
#include <boost/date_time.hpp>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#define NET_LOBBY_THREAD_TERMINATE_TIMEOUT_MSEC 20000
#define NET_ADMIN_IRC_TERMINATE_TIMEOUT_MSEC 4000
+1 -1
View File
@@ -25,7 +25,7 @@
#include <net/receivebuffer.h>
#include <string>
#include <boost/thread.hpp>
#include <core/boost/timers.hpp>
#include <third_party/boost/timers.hpp>
#define INVALID_SESSION 0
#define SESSION_ID_INIT INVALID_SESSION