mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove some unnecessary #includes from binpac source files
This commit is contained in:
parent
deeca84332
commit
adb28453a7
27 changed files with 19 additions and 54 deletions
|
@ -3,8 +3,8 @@
|
|||
#ifndef pac_dbg_h
|
||||
#define pac_dbg_h
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
|
||||
extern bool FLAGS_pac_debug;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue