Tracker: style, reorder includes in DeskWindow.cpp

This commit is contained in:
John Scipione 2014-06-25 18:56:41 -04:00
parent 670b729d65
commit 8e5c1f2394

View File

@ -32,6 +32,9 @@ names are registered trademarks or trademarks of their respective holders.
All rights reserved.
*/
#include "DeskWindow.h"
#include <Catalog.h>
#include <Debug.h>
#include <FindDirectory.h>
@ -56,8 +59,6 @@ All rights reserved.
#include "AutoLock.h"
#include "BackgroundImage.h"
#include "Commands.h"
#include "DesktopPoseView.h"
#include "DeskWindow.h"
#include "FSUtils.h"
#include "IconMenuItem.h"
#include "KeyInfos.h"