1
0
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:
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 <sstream>
#include <unordered_map>
namespace conky {
namespace {

View File

@ -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"