Clean up the tlv and pmc include directives.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-08-25 16:13:23 +02:00
parent 529206112d
commit b9c4fbc11d
3 changed files with 2 additions and 1 deletions

1
pmc.c
View File

@ -24,6 +24,7 @@
#include <string.h>
#include <unistd.h>
#include "ds.h"
#include "msg.h"
#include "print.h"
#include "tlv.h"

1
tlv.c
View File

@ -19,6 +19,7 @@
#include <arpa/inet.h>
#include <string.h>
#include "port.h"
#include "tlv.h"
uint8_t ieee8021_id[3] = { IEEE_802_1_COMMITTEE };

1
tlv.h
View File

@ -22,7 +22,6 @@
#include "ddt.h"
#include "msg.h"
#include "port.h"
/* TLV types */
#define TLV_MANAGEMENT 0x0001