#ifndef FILES_ALL_H
#define FILES_ALL_H TRUE

#ifndef FILES_FILES_H
#include <files/files.h>
#endif

#ifndef FILES_SEGMENTS_H
#include <files/segments.h>
#endif

#ifndef FILES_OBJECTS_H
#include <files/objects.h>
#endif

#endif /* FILES_ALL_H */

