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
@@ -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"
/**