mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-30 21:41:46 +00:00
Remove unneeded #includes
This commit is contained in:
parent
5b743293da
commit
8bc8d9d7b8
@ -27,6 +27,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <unordered_map>
|
||||
|
||||
namespace conky {
|
||||
namespace {
|
||||
|
@ -25,11 +25,8 @@
|
||||
#define DATA_SOURCE_HH
|
||||
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "luamm.hh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user