Diffusion Smb4K d7133edfd9b0

Remove dead/unused config.h includes

Authored by pino on Aug 15 2019, 5:42 AM.

Description

Remove dead/unused config.h includes

All the various

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

patterns were simply dead code, as HAVE_CONFIG_H is defined by config.h
itself. Besides that, the only thing that config.h currently provides
is the VERSION define, which these files do not use.

Details

Committed
pinoAug 15 2019, 5:42 AM
Parents
R440:fef5e4404e8d: Updated ChangeLog.
Branches
Unknown
Tags
Unknown