Skip to content

Commit

Permalink
remove more unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatare committed Oct 15, 2024
1 parent c406d14 commit 259d4a3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@

#include "temperature_state.h"

#include <string>
#include <vector>
#include <memory>
#include <map>

#include "thinkfan.h"

Expand Down
1 change: 0 additions & 1 deletion src/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "thinkfan.h"
#include "error.h"
#include <functional>
#include <optional>

namespace thinkfan {

Expand Down
2 changes: 0 additions & 2 deletions src/fans.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
*
* ******************************************************************/

#include <string>

#include "thinkfan.h"
#include "driver.h"
#include "hwmon.h"
Expand Down
1 change: 0 additions & 1 deletion src/message.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <syslog.h>
#include <string>
#include <exception>
#include <memory>

#include "thinkfan.h"
#include "temperature_state.h"
Expand Down
1 change: 0 additions & 1 deletion src/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#define THINKFAN_PARSER_H_

#include <regex.h>
#include <vector>
#include <string>
#include <initializer_list>

Expand Down
1 change: 0 additions & 1 deletion src/yamlconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "fans.h"
#include "sensors.h"

#include <tuple>
#include <memory>
#include <unordered_set>

Expand Down
1 change: 0 additions & 1 deletion src/yamlconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "thinkfan.h"
#include "wtf_ptr.h"

#include <vector>
#include <yaml-cpp/yaml.h>


Expand Down

0 comments on commit 259d4a3

Please sign in to comment.