Folly parseJson doesn't handle minInt properly
[folly.git] / folly / MacAddress.h
index fbc9bd2881e30f62bf3b4a79805ce9078658a299..49852edba60b6bbcb4be9934b7c5881d93d2f722 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,8 +20,8 @@
 
 #include <boost/operators.hpp>
 
-#include "folly/Bits.h"
-#include "folly/Conv.h"
+#include <folly/Bits.h>
+#include <folly/Conv.h>
 
 namespace folly {