[haiku-commits] r38861 - haiku/trunk/src/kits/tracker

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 30 Sep 2010 04:49:58 +0200 (CEST)

Author: anevilyak
Date: 2010-09-30 04:49:58 +0200 (Thu, 30 Sep 2010)
New Revision: 38861
Changeset: http://dev.haiku-os.org/changeset/38861

Modified:
   haiku/trunk/src/kits/tracker/NavMenu.cpp
Log:
Fix header order.



Modified: haiku/trunk/src/kits/tracker/NavMenu.cpp
===================================================================
--- haiku/trunk/src/kits/tracker/NavMenu.cpp    2010-09-30 01:32:48 UTC (rev 
38860)
+++ haiku/trunk/src/kits/tracker/NavMenu.cpp    2010-09-30 02:49:58 UTC (rev 
38861)
@@ -38,32 +38,32 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include <Debug.h>
+#include "NavMenu.h"
 
-#include <StopWatch.h>
 #include <Application.h>
 #include <Catalog.h>
+#include <Debug.h>
 #include <Directory.h>
 #include <Locale.h>
 #include <Query.h>
 #include <Path.h>
 #include <Screen.h>
+#include <StopWatch.h>
+#include <Volume.h>
 #include <VolumeRoster.h>
-#include <Volume.h>
 
 #include "Attributes.h"
 #include "Commands.h"
 #include "ContainerWindow.h"
 #include "DesktopPoseView.h"
+#include "FunctionObject.h"
 #include "Tracker.h"
 #include "FSUtils.h"
 #include "IconMenuItem.h"
 #include "MimeTypes.h"
-#include "NavMenu.h"
+#include "QueryPoseView.h"
 #include "PoseView.h"
 #include "Thread.h"
-#include "FunctionObject.h"
-#include "QueryPoseView.h"
 
 
 namespace BPrivate {


Other related posts:

  • » [haiku-commits] r38861 - haiku/trunk/src/kits/tracker - anevilyak