Versioning for Thrift, remove thrift/lib/cpp/config.h
[folly.git] / folly / SpookyHashV2.cpp
index 42c7a80b25bad0e12abc286cf33c269e9b2e4cc1..c7ecaf6ac43caed4902194252f80d2bf3d3c2473 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.
@@ -25,7 +25,7 @@
 //   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
 
-#include "folly/SpookyHashV2.h"
+#include <folly/SpookyHashV2.h>
 
 #include <cstring>