Fix multiple includes
[folly.git] / folly / FBString.h
index e80eba5914434885ffb28a82f37ca0d8baa339ff..3e7e292b1fdfe0da1bc31f6c7fcd430c1b39833b 100644 (file)
@@ -36,9 +36,9 @@
 // either before or after this inclusion.
 #ifdef FOLLY_MALLOC_H_
 #undef FOLLY_MALLOC_H_
-#include "basic_fbstring_malloc.h"
+#include "basic_fbstring_malloc.h" // nolint
 #else
-#include "basic_fbstring_malloc.h"
+#include "basic_fbstring_malloc.h" // nolint
 #undef FOLLY_MALLOC_H_
 #endif