Fix copyright lines
[folly.git] / folly / io / async / ssl / SSLErrors.h
index ad7475b418cc240760dd9d20e0a220b4d5f290d1..f37fe4843ed07f62c6be135cce7d08f5f48230de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2016-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.
@@ -15,7 +15,6 @@
  */
 #pragma once
 
-#include <folly/Optional.h>
 #include <folly/io/async/AsyncSocketException.h>
 
 namespace folly {
@@ -46,4 +45,4 @@ class SSLException : public folly::AsyncSocketException {
  private:
   SSLError sslError;
 };
-}
+} // namespace folly