aboutsummaryrefslogtreecommitdiffstats
path: root/src/l2_packet
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2009-11-29 17:51:55 +0200
committerJouni Malinen <j@w1.fi>2009-11-29 17:51:55 +0200
commit90973fb2fd4d9d3a6982e42581b08fafc145877b (patch)
tree5d77d4050456327ead74ed52575168d7a3cf92d9 /src/l2_packet
parent6ae9318536ecffa7374431767e2e3cb0c6b56758 (diff)
downloadexternal_wpa_supplicant_8_ti-90973fb2fd4d9d3a6982e42581b08fafc145877b.zip
external_wpa_supplicant_8_ti-90973fb2fd4d9d3a6982e42581b08fafc145877b.tar.gz
external_wpa_supplicant_8_ti-90973fb2fd4d9d3a6982e42581b08fafc145877b.tar.bz2
Remove src/common from default header file path
This makes it clearer which files are including header from src/common. Some of these cases should probably be cleaned up in the future not to do that. In addition, src/common/nl80211_copy.h and wireless_copy.h were moved into src/drivers since they are only used by driver wrappers and do not need to live in src/common.
Diffstat (limited to 'src/l2_packet')
-rw-r--r--src/l2_packet/l2_packet_privsep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/l2_packet/l2_packet_privsep.c b/src/l2_packet/l2_packet_privsep.c
index c0e7c49..79d2968 100644
--- a/src/l2_packet/l2_packet_privsep.c
+++ b/src/l2_packet/l2_packet_privsep.c
@@ -18,7 +18,7 @@
#include "common.h"
#include "eloop.h"
#include "l2_packet.h"
-#include "privsep_commands.h"
+#include "common/privsep_commands.h"
struct l2_packet_data {