Fix includes to get things compiling.
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Jul 2013 11:17:25 +0000 (11:17 +0000)
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Jul 2013 11:17:25 +0000 (11:17 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50785 f5534014-38df-0310-8fa8-9805f1628bb7

ui/gtk/main_80211_toolbar.c
ws80211_utils.c
ws80211_utils.h

index 0d244bc9a0980df030d0395f0c15a6a6ac230151..0989e988e1a496a52391c67370ff83c2b6070159 100644 (file)
@@ -46,7 +46,7 @@
 #include "ui/ui_util.h"
 #include "ui/gtk/main_80211_toolbar.h"
 
-#include <ws80211_utils.h>
+#include "ws80211_utils.h"
 #include "capture_session.h"
 #include "capture_sync.h"
 
index 80399936d232ff3767ea604d3b36033e39472eb6..2137184b2b51e9a82eb012340e8347caac7eb58e 100644 (file)
@@ -24,7 +24,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */
 
-#include <config.h>
+#include "config.h"
 
 #include <stdio.h>
 
index 86eccb81698c76a73f4283df6b6e66c9ac35eec4..8bca4171b03cca7cb2218661088c1fa30ba148a9 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef __WS80211_UTILS_H__
 #define __WS80211_UTILS_H__
 
-#include <config.h>
-
 enum ws80211_channel_type {
        WS80211_CHAN_NO_HT,
        WS80211_CHAN_HT20,