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

  • From: stefano.ceccherini@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 13 Jul 2010 15:17:08 +0200 (CEST)

Author: jackburton
Date: 2010-07-13 15:17:08 +0200 (Tue, 13 Jul 2010)
New Revision: 37493
Changeset: http://dev.haiku-os.org/changeset/37493

Modified:
   haiku/trunk/src/kits/tracker/Tracker.cpp
Log:
Also remove inclusion of AboutBox.cpp to fix the build. Sorry


Modified: haiku/trunk/src/kits/tracker/Tracker.cpp
===================================================================
--- haiku/trunk/src/kits/tracker/Tracker.cpp    2010-07-13 12:39:53 UTC (rev 
37492)
+++ haiku/trunk/src/kits/tracker/Tracker.cpp    2010-07-13 13:17:08 UTC (rev 
37493)
@@ -86,9 +86,6 @@
 #include "Utilities.h"
 #include "VolumeWindow.h"
 
-// PPC binary compatibility.
-#include "AboutBox.cpp"
-
 // prototypes for some private kernel calls that will some day be public
 #ifndef _IMPEXP_ROOT
 #      define _IMPEXP_ROOT


Other related posts:

  • » [haiku-commits] r37493 - haiku/trunk/src/kits/tracker - stefano . ceccherini