refactor: remove non wanted headers

This commit is contained in:
Alex 2019-05-16 11:27:22 +02:00
parent a09d2222be
commit f3c467cc46

View File

@ -1,8 +1,5 @@
#include "modules/network.hpp"
#include <sys/eventfd.h>
#include <regex>
#include <iostream>
waybar::modules::Network::Network(const std::string &id, const Json::Value &config)
: ALabel(config, "{ifname}", 60),