scrollview: Clean include statements

cstring was included twice (reported by Martin Strunz).
Use C++ header files and sort them alphabetically.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-08-14 13:00:08 +02:00
parent 296309c1f1
commit ce135de37c

View File

@ -20,15 +20,14 @@
#define NOMINMAX #define NOMINMAX
#include <stdarg.h>
#include <limits.h>
#include <map>
#include <utility>
#include <algorithm> #include <algorithm>
#include <vector>
#include <string>
#include <cstring>
#include <climits> #include <climits>
#include <cstdarg>
#include <cstring>
#include <map>
#include <string>
#include <utility>
#include <vector>
// Include automatically generated configuration file if running autoconf. // Include automatically generated configuration file if running autoconf.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H