Make DestructorCheck::Safety no-copy, no-move
[folly.git] / folly / MemoryMapping.h
index bc114d898b90afae10a7aea21e3197a453f60669..14ce382da7938c510f09073afdfb12a6c255eae2 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.
@@ -16,7 +16,6 @@
 
 #pragma once
 
-#include <folly/FBString.h>
 #include <folly/File.h>
 #include <folly/Range.h>
 #include <glog/logging.h>