Add EOS checking to 'parseLeadingNumber' function.
[folly.git] / folly / Unicode.cpp
index 7e2c247af5d899c2ca6b663c081091d831aee745..bd19c9befbb83949f1e49b73f274d39a6ad4a8b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 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) {
 //////////////////////////////////////////////////////////////////////
 
 }
-