Move folly/RWSpinLock.h to folly/synchronization/
[folly.git] / folly / io / async / test / AsyncSocketTest2.h
index 132875a10df5cea31e922b87130599bf0f01b04f..89c52339a70010bd9463adad4e9431a9b799de9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2017-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
 #include <functional>
 #include <string>
 
-#include <folly/RWSpinLock.h>
+#include <folly/synchronization/RWSpinLock.h>
 
 #include <folly/io/async/AsyncServerSocket.h>