Add EXPECT_{NO_,}_PCRE_MATCH macros
[folly.git] / folly / SpookyHashV2.cpp
index 42c7a80b25bad0e12abc286cf33c269e9b2e4cc1..45f640ab2960adcfc2c4d06bcd33716160bf6884 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.
 //   April 10 2012: buffer overflow on platforms without unaligned reads
 //   July 12 2012: was passing out variables in final to in/out in short
 //   July 30 2012: I reintroduced the buffer overflow
-//   August 5 2012: SpookyV2: d = should be d += in short hash, and remove extra mix from long hash
+//   August 5 2012: SpookyV2: d = should be d += in short hash, and remove
+//                  extra mix from long hash
 
-#include "folly/SpookyHashV2.h"
+#include <folly/SpookyHashV2.h>
 
 #include <cstring>