Adding a unit test for HHWheelTimer exercising the default timeout functionality.
[folly.git] / folly / SpookyHashV1.cpp
index d8635940fa6d47e69475b17678b13c5dac1fbb8e..2aa9de7d95b5fefbc44663f418a5d64003a286ed 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.
@@ -24,7 +24,7 @@
 //   July 12 2012: was passing out variables in final to in/out in short
 //   July 30 2012: I reintroduced the buffer overflow
 
-#include "folly/SpookyHashV1.h"
+#include <folly/SpookyHashV1.h>
 
 #include <cstring>