FIX after rebase

This commit is contained in:
Fischlurch 2008-12-20 06:33:36 +01:00
parent 751e1be596
commit 6031ac2465
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@
#include "include/error.hpp"
#include "lib/util.hpp"
#include "common/subsys.hpp"
#include "lib/multithread.hpp"
#include "lib/concurrency.hpp"
#include <tr1/functional>
#include <vector>

View file

@ -21,11 +21,11 @@
* *****************************************************/
#include "common/test/run.hpp"
#include "lib/test/run.hpp"
//#include "common/util.hpp"
#include "common/error.hpp"
#include "include/error.hpp"
#include "common/concurrency.hpp"
#include "lib/concurrency.hpp"
#include <glibmm.h>