Sort #include lines
[folly.git] / folly / Uri.cpp
index 03fe3a06c3620b55c1a15b3bbc497a494ddf8d19..57ddfb42df495f9fc594582846bd2e471a94f8e4 100644 (file)
@@ -16,7 +16,8 @@
 
 #include <folly/Uri.h>
 
-#include <ctype.h>
+#include <cctype>
+
 #include <boost/regex.hpp>
 
 namespace folly {