Stats: rename stats.h to Stats.hxx

This commit is contained in:
Max Kellermann
2013-10-02 12:14:07 +02:00
parent 060814daa8
commit ec883e1901
7 changed files with 10 additions and 29 deletions

View File

@@ -62,10 +62,7 @@
#include "ConfigData.hxx"
#include "ConfigDefaults.hxx"
#include "ConfigOption.hxx"
extern "C" {
#include "stats.h"
}
#include "Stats.hxx"
#ifdef ENABLE_INOTIFY
#include "InotifyUpdate.hxx"