[haiku-commits] r40308 - haiku/trunk/src/apps/showimage

  • From: zooey@xxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 28 Jan 2011 13:24:45 +0100 (CET)

Author: zooey
Date: 2011-01-28 13:24:45 +0100 (Fri, 28 Jan 2011)
New Revision: 40308
Changeset: http://dev.haiku-os.org/changeset/40308

Modified:
   haiku/trunk/src/apps/showimage/ImageFileNavigator.cpp
Log:
* adjusted to earlier move of NaturalCompare() to libshared.a
  (wasn't broken, it's just a bit clearer now).

Modified: haiku/trunk/src/apps/showimage/ImageFileNavigator.cpp
===================================================================
--- haiku/trunk/src/apps/showimage/ImageFileNavigator.cpp       2011-01-28 
11:05:26 UTC (rev 40307)
+++ haiku/trunk/src/apps/showimage/ImageFileNavigator.cpp       2011-01-28 
12:24:45 UTC (rev 40308)
@@ -26,6 +26,7 @@
 #include <Directory.h>
 #include <Entry.h>
 #include <File.h>
+#include <NaturalCompare.h>
 #include <ObjectList.h>
 #include <TranslatorRoster.h>
 
@@ -33,7 +34,6 @@
 
 #include "ProgressWindow.h"
 #include "ShowImageConstants.h"
-#include "Utilities.h"
 
 
 class Navigator {


Other related posts:

  • » [haiku-commits] r40308 - haiku/trunk/src/apps/showimage - zooey