Remove useless header inclusions

v0.27.3
Luis Diaz Mas 7 years ago committed by Luis Díaz Más
parent 41499b8ecd
commit a3c200a23e

@ -29,21 +29,11 @@
#ifndef FUTILS_HPP_
#define FUTILS_HPP_
// *********************************************************************
// included header files
#include "config.h"
#include "types.hpp"
#ifdef EXV_HAVE_STDINT_H
# include <stdint.h> // for uint8_t
#endif
// + standard includes
#include <string>
#include <map>
#include <limits.h> // for UINT_MAX
// *********************************************************************
// namespace extensions
namespace Exiv2 {
//! the name of environmental variables.

Loading…
Cancel
Save