Changes to BLooper tests so that they will work again.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@69 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
ejakowatz
2002-07-11 00:04:38 +00:00
parent 0022ddd9d6
commit e24ab46c4e
7 changed files with 21 additions and 30 deletions
@@ -6,13 +6,8 @@
// Standard Includes -----------------------------------------------------------
// System Includes -------------------------------------------------------------
#if defined(SYSTEM_TEST)
#include <be/app/Looper.h>
#include <be/app/MessageQueue.h>
#else
#include "../../../../lib/application/headers/Looper.h"
#include "../../../../lib/application/headers/MessageQueue.h"
#endif
#include <Looper.h>
#include <MessageQueue.h>
// Project Includes ------------------------------------------------------------