Rare bug fix
[folly.git] / folly / MPMCPipeline.h
index 3981e2433e17f048bca0de89e5971f5cae32e29c..466b180fe42480aa52493ce1062beb40090de579 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2014 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,7 +20,7 @@
 
 #include <glog/logging.h>
 
-#include "folly/detail/MPMCPipelineDetail.h"
+#include <folly/detail/MPMCPipelineDetail.h>
 
 namespace folly {
 
@@ -282,4 +282,3 @@ template <class In, class... Stages> class MPMCPipeline {
 
 
 }  // namespaces
-