1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-02 14:31:57 +00:00

Remove unneeded #includes

This commit is contained in:
Pavel Labath 2010-02-16 15:14:40 +01:00
parent 5b743293da
commit 8bc8d9d7b8
2 changed files with 1 additions and 3 deletions

View File

@ -27,6 +27,7 @@
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <unordered_map>
namespace conky { namespace conky {
namespace { namespace {

View File

@ -25,11 +25,8 @@
#define DATA_SOURCE_HH #define DATA_SOURCE_HH
#include <limits> #include <limits>
#include <memory>
#include <stdexcept>
#include <string> #include <string>
#include <type_traits> #include <type_traits>
#include <unordered_map>
#include "luamm.hh" #include "luamm.hh"