Commit cb40f09a authored by Teng Qin's avatar Teng Qin Committed by 4ast

Fix bpf_common.cc include style (#715)

parent 863daab6
......@@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "cc/bpf_module.h"
#include "cc/bpf_common.h"
#include "bpf_common.h"
#include "bpf_module.h"
extern "C" {
void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags) {
......
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