[haiku-commits] r36646 - haiku/trunk/src/apps/pairs

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 6 May 2010 14:42:51 +0200 (CEST)

Author: stippi
Date: 2010-05-06 14:42:51 +0200 (Thu, 06 May 2010)
New Revision: 36646
Changeset: http://dev.haiku-os.org/changeset/36646/haiku

Modified:
   haiku/trunk/src/apps/pairs/PairsView.cpp
Log:
Fixed include order which slipped my attention when reviewing the patch,
thanks Jerome!


Modified: haiku/trunk/src/apps/pairs/PairsView.cpp
===================================================================
--- haiku/trunk/src/apps/pairs/PairsView.cpp    2010-05-06 12:40:42 UTC (rev 
36645)
+++ haiku/trunk/src/apps/pairs/PairsView.cpp    2010-05-06 12:42:51 UTC (rev 
36646)
@@ -19,8 +19,8 @@
 #include <Entry.h>
 #include <FindDirectory.h>
 #include <IconUtils.h>
+#include <List.h>
 #include <Locale.h>
-#include <List.h>
 #include <Node.h>
 #include <NodeInfo.h>
 #include <Path.h>


Other related posts:

  • » [haiku-commits] r36646 - haiku/trunk/src/apps/pairs - superstippi