Convert a polling loop to a futex wait
[folly.git] / folly / SpookyHashV1.cpp
index 0940317fb997f9f641dafb492dd2d72278b9e9c2..9a13fca802dd05047075fa42b4697e62824f6914 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2016 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>