move MemoryMapping, Shell, ThreadId, ThreadName, and VersionCheck to system/
[folly.git] / folly / experimental / ThreadedRepeatingFunctionRunner.cpp
index 82ab4081a09caeb2147483da713cee8c5becd499..7c478d1a5cf9aba347b51dbc52d118459c7461fe 100644 (file)
@@ -15,7 +15,7 @@
  */
 #include "folly/experimental/ThreadedRepeatingFunctionRunner.h"
 
-#include <folly/ThreadName.h>
+#include <folly/system/ThreadName.h>
 #include <glog/logging.h>
 #include <iostream>