2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-01 14:55:18 +00:00

lib: Clean up vlog use.

Vlog functions assume a vlog module has been defined for the current
translation unit.  Including lib/vlog.h from a header file makes the
vlog API visible even when no vlog module may not have been defined.
This patch removes the two cases in the tree where vlog.h was included
from a header file.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Jarno Rajahalme
2014-10-24 13:22:24 -07:00
parent 3a17f00f78
commit e618b42fce
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,6 @@
* a useful debugging tool. */
#include "ovs-thread.h"
#include "vlog.h"
#include "compiler.h"
/* Makes coverage_run run every 5000 ms (5 seconds).