Skip to content

Commit

Permalink
Looper.cpp: fixed include order.
Browse files Browse the repository at this point in the history
  • Loading branch information
axeld committed May 13, 2015
1 parent 4d50aa3 commit 446d4dc
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/kits/app/Looper.cpp
Expand Up @@ -13,24 +13,25 @@
// BLooper class spawns a thread that runs a message loop.


#include <AppMisc.h>
#include <AutoLocker.h>
#include <DirectMessageTarget.h>
#include <LooperList.h>
#include <MessagePrivate.h>
#include <TokenSpace.h>
#include <Looper.h>

#include <new>
#include <stdio.h>
#include <stdlib.h>

#include <Autolock.h>
#include <Looper.h>
#include <Message.h>
#include <MessageFilter.h>
#include <MessageQueue.h>
#include <Messenger.h>
#include <PropertyInfo.h>

#include <new>
#include <stdio.h>
#include <stdlib.h>
#include <AppMisc.h>
#include <AutoLocker.h>
#include <DirectMessageTarget.h>
#include <LooperList.h>
#include <MessagePrivate.h>
#include <TokenSpace.h>


// debugging
Expand Down

0 comments on commit 446d4dc

Please sign in to comment.