add helper method to generate same crc32 results as php and boost::crc_32_type
[folly.git] / folly / test / ExceptionTest.cpp
index cc0378c9199d164ff1f6beb49bff1e33799daf17..eb7965039412de93b83fa0877f1d09b1a6ecbae4 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.
@@ -22,8 +22,6 @@
 #include <cstdio>
 #include <memory>
 
-#include <glog/logging.h>
-
 namespace folly { namespace test {
 
 #define EXPECT_SYSTEM_ERROR(statement, err, msg) \