Use C++-style headers where available

This commit is contained in:
Arnout Engelen
2013-05-12 12:34:29 +00:00
parent 78bcecd109
commit 31b254e719
10 changed files with 21 additions and 22 deletions

View File

@@ -23,7 +23,7 @@
#ifndef __PROCESS_H
#define __PROCESS_H
#include <assert.h>
#include <cassert>
#include "nethogs.h"
#include "connection.h"