Skip to content

Commit

Permalink
Fix bpf_common.cc include style (iovisor#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtenor authored and 4ast committed Sep 30, 2016
1 parent 863daab commit cb40f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cc/bpf_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cb40f09

Please sign in to comment.