removing non-existing file from the build
[folly.git] / folly / Chrono.h
index 6465098be0f9b4b328f0b86cadfa4318e78ad8ef..81d6258c4893b63923f2fb2215af9a9fc420862b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 #define FOLLY_CHRONO_H_
 
 #include <chrono>
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 // gcc 4.6 uses an obsolete name for steady_clock, although the implementation
 // is the same
@@ -30,4 +30,3 @@ typedef monotonic_clock steady_clock;
 #endif
 
 #endif /* FOLLY_CHRONO_H_ */
-