ThreadLocalDetail: fix bug just introduced w/ recent change to constexpr-ctor style...
[folly.git] / folly / Unicode.cpp
index e71cbe1cfff0962dab8692fe5245d0860c4f5b9c..bd19c9befbb83949f1e49b73f274d39a6ad4a8b2 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.
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Unicode.h"
+#include <folly/Unicode.h>
 
 namespace folly {
 
@@ -51,4 +51,3 @@ fbstring codePointToUtf8(char32_t cp) {
 //////////////////////////////////////////////////////////////////////
 
 }
-