Add Optional::value_or
[folly.git] / folly / Hash.h
index a57bbbe05a65a63d2dd9822ce2de47ca12751d27..e372a8625c6bdf067c0de6f97dd98de249817fb9 100644 (file)
@@ -23,8 +23,8 @@
 #include <utility>
 #include <tuple>
 
-#include "folly/SpookyHashV1.h"
-#include "folly/SpookyHashV2.h"
+#include <folly/SpookyHashV1.h>
+#include <folly/SpookyHashV2.h>
 
 /*
  * Various hashing functions.