Remove unused #include <string.h> from folly/Portability.h
[folly.git] / folly / Portability.h
index 3f06c7753e743e99ffdd8f37a3efc5d320442de1..da1fff85407fa09c4d8a25e19530aa6252c40194 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.
@@ -16,8 +16,6 @@
 
 #pragma once
 
-#include <string.h>
-
 #include <cstddef>
 #include <type_traits>