Split get_default() into two for deferred default construction and added forwarding...
[folly.git] / folly / test / SubprocessTestParentDeathHelper.cpp
index 6dfa896e191ec7f0a6352743ff78d9162408ddb3..6c9a17eeb6d776269331f145ab4b2192d7ee627e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 // will verify that the file actually gets created, which means that everything
 // worked as intended.
 
-#include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <signal.h>
+#include <sys/types.h>
 
 #include <glog/logging.h>
 
@@ -40,7 +39,7 @@ DEFINE_bool(child, false, "");
 
 namespace {
 constexpr int kSignal = SIGUSR1;
-}  // namespace
+} // namespace
 
 void runChild(const char* file) {
   // Block SIGUSR1 so it's queued