diff --git a/fsutils/inifile/README.txt b/fsutils/inifile/README.txt index e91b90a7c..e015ea2f2 100755 --- a/fsutils/inifile/README.txt +++ b/fsutils/inifile/README.txt @@ -34,7 +34,7 @@ Syntax Programming Interfaces ====================== - See apps/include/inifile.h for interfaces supported by the INI file parser. + See apps/include/fsutils/inifile.h for interfaces supported by the INI file parser. Test Program ============ diff --git a/fsutils/inifile/inifile.c b/fsutils/inifile/inifile.c index a5d203c6c..d62eee9db 100644 --- a/fsutils/inifile/inifile.c +++ b/fsutils/inifile/inifile.c @@ -44,7 +44,7 @@ #include #include -#include +#include /**************************************************************************** * Pre-processor Definitions diff --git a/graphics/traveler/src/trv_world.c b/graphics/traveler/src/trv_world.c index d9ce2efd7..118c9ca5e 100644 --- a/graphics/traveler/src/trv_world.c +++ b/graphics/traveler/src/trv_world.c @@ -49,7 +49,7 @@ #include #include #include -#include +#include /**************************************************************************** * Pre-processor Definitions diff --git a/include/inifile.h b/include/fsutils/inifile.h similarity index 96% rename from include/inifile.h rename to include/fsutils/inifile.h index d03ccd39b..4bc48fb5d 100644 --- a/include/inifile.h +++ b/include/fsutils/inifile.h @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/include/inifile.h + * apps/include/fsutils/inifile.h * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt @@ -33,8 +33,8 @@ * ****************************************************************************/ -#ifndef __APPS_INCLUDE_INIFILE_H -#define __APPS_INCLUDE_INIFILE_H +#ifndef __APPS_INCLUDE_FSUTILS_INIFILE_H +#define __APPS_INCLUDE_FSUTILS_INIFILE_H /**************************************************************************** * Included Files @@ -135,4 +135,4 @@ void inifile_free_string(FAR char *value); } #endif -#endif /* __APPS_INCLUDE_INIFILE_H */ +#endif /* __APPS_INCLUDE_FSUTILS_INIFILE_H */