wangle::detail::FSM
[folly.git] / folly / Uri-inl.h
index 71a23cbbda6ebd413426d718fdeffa427ea1fb6b..42f9814b7ca64f7f82604600e8b6a46532eb401a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
 #error This file may only be included from folly/Uri.h
 #endif
 
-#include "folly/Conv.h"
+#include <folly/Conv.h>
 
 namespace folly {
 
@@ -46,4 +46,3 @@ String Uri::toString() const {
 }
 
 }  // namespace folly
-