summaryrefslogtreecommitdiff
path: root/caputils
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-14 19:03:11 +0000
committerJoão Valverde <j@v6e.pt>2016-04-04 23:05:31 +0000
commitecb4dc396ef71feb67aeda7603e09b0cea0bc920 (patch)
tree18c03d5662172f826f9797f56b8ff177c326c526 /caputils
parentbe96c3d64c9d5838e7319d5dd4a2ecd45897a024 (diff)
downloadwireshark-ecb4dc396ef71feb67aeda7603e09b0cea0bc920.tar.gz
Include ws_diag_control.h in config.h
Change-Id: Ia394071710ecda3b0e6686a51fbca45a8ff20317 Reviewed-on: https://code.wireshark.org/review/14749 Petri-Dish: João Valverde <j@v6e.pt> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'caputils')
-rw-r--r--caputils/iface_monitor.c4
-rw-r--r--caputils/ws80211_utils.c3
2 files changed, 3 insertions, 4 deletions
diff --git a/caputils/iface_monitor.c b/caputils/iface_monitor.c
index dcadf0b49f..3d7c251e92 100644
--- a/caputils/iface_monitor.c
+++ b/caputils/iface_monitor.c
@@ -19,8 +19,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "config.h"
-#include "wsutil/ws_diag_control.h"
+
+#include <config.h>
#ifdef HAVE_LIBPCAP
diff --git a/caputils/ws80211_utils.c b/caputils/ws80211_utils.c
index c556773a1d..a8f23a7198 100644
--- a/caputils/ws80211_utils.c
+++ b/caputils/ws80211_utils.c
@@ -22,7 +22,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>
@@ -30,7 +30,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <glib/gstdio.h>
#include "ws80211_utils.h"
-#include "wsutil/ws_diag_control.h"
#if defined(HAVE_LIBNL) && defined(HAVE_NL80211)
#include <string.h>