Commit 37af0398 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Kill a couple of PThread includes

Summary: They aren't actually needed, and are in the way of being able to build Folly without PThread.

Reviewed By: yfeldblum

Differential Revision: D4882410

fbshipit-source-id: e4a48600f79c57bb965a35fab94962a29b8e06d4
parent 7e9117ad
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include <type_traits> #include <type_traits>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <cstdlib> #include <cstdlib>
#include <pthread.h>
#include <mutex> #include <mutex>
#include <atomic> #include <atomic>
......
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
#include <cstdlib> #include <cstdlib>
#include <folly/Portability.h> #include <folly/Portability.h>
#include <mutex> #include <mutex>
#include <pthread.h>
#include <type_traits> #include <type_traits>
#include <glog/logging.h> #include <glog/logging.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment