]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/ubrkperf/ubrkperf.h
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / test / perf / ubrkperf / ubrkperf.h
index 1733c17dd1ad201c3ac0648530ad1e38584b8691..0d9e98730bb2c47739b777253331cb711c0d97dd 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2002, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 **********************************************************************
@@ -8,7 +8,7 @@
 #ifndef _UBRKPERF_H
 #define _UBRKPERF_H
 
-#include "uperf.h"
+#include "unicode/uperf.h"
 
 #include <unicode/brkiter.h>
 
@@ -104,13 +104,8 @@ public:
 };
 
 class DarwinBreakFunction : public UPerfFunction {
-#ifdef U_DARWIN
 public:
   virtual void call(UErrorCode *status) {};
-#else
-public:
-  virtual void call(UErrorCode *status) {};
-#endif
 };
 
 class BreakIteratorPerformanceTest : public UPerfTest {