ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / test / perf / ubrkperf / ubrkperf.h
index 1733c17dd1ad201c3ac0648530ad1e38584b8691..bc028da49b0bc49e0a4c88fd153b08781b0bc9e8 100644 (file)
@@ -1,6 +1,10 @@
 /*
+***********************************************************************
+* © 2016 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+***********************************************************************
 **********************************************************************
-* Copyright (c) 2002, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 **********************************************************************
@@ -8,7 +12,7 @@
 #ifndef _UBRKPERF_H
 #define _UBRKPERF_H
 
-#include "uperf.h"
+#include "unicode/uperf.h"
 
 #include <unicode/brkiter.h>
 
@@ -104,13 +108,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 {