Commit edec54f4 authored by Flier Lu's avatar Flier Lu Committed by Facebook GitHub Bot

remove extern "C" (#1416)

Summary:
The upstream [liburing](https://git.kernel.dk/cgit/liburing/tree/src/include/liburing.h) has changed to use ```extern "C" ```, we must remove the duplicated `extern "C"`.

Pull Request resolved: https://github.com/facebook/folly/pull/1416

Differential Revision: D22752570

Pulled By: yfeldblum

fbshipit-source-id: fa62d8e462e04676af6d563225455400d7e83c4b
parent 8b09d1df
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
#pragma once #pragma once
extern "C" {
#include <liburing.h> #include <liburing.h>
}
#include <folly/SharedMutex.h> #include <folly/SharedMutex.h>
#include <folly/experimental/io/AsyncBase.h> #include <folly/experimental/io/AsyncBase.h>
......
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
#pragma once #pragma once
extern "C" {
#include <liburing.h> #include <liburing.h>
}
#include <folly/Function.h> #include <folly/Function.h>
#include <folly/Range.h> #include <folly/Range.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment