Remove useless header inclusions
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user