apps/include/tiff.h moved to apps/include/graphics/tiff.h

This commit is contained in:
Gregory Nutt 2016-07-01 07:03:26 -06:00
parent 0e76ca7474
commit 0f1e86b2fd
8 changed files with 12 additions and 12 deletions

View File

@ -43,7 +43,7 @@
#include <string.h>
#include <errno.h>
#include <apps/tiff.h>
#include <apps/graphics/tiff.h>
/****************************************************************************
* Pre-Processor Definitions

View File

@ -48,7 +48,7 @@
#include <semaphore.h>
#include <errno.h>
#include <apps/tiff.h>
#include <apps/graphics/tiff.h>
#include <nuttx/nx/nx.h>

View File

@ -43,7 +43,7 @@
#include <errno.h>
#include <debug.h>
#include <apps/tiff.h>
#include <apps/graphics/tiff.h>
#include "tiff_internal.h"

View File

@ -44,7 +44,7 @@
#include <errno.h>
#include <debug.h>
#include <apps/tiff.h>
#include <apps/graphics/tiff.h>
#include "tiff_internal.h"

View File

@ -47,7 +47,7 @@
#include <errno.h>
#include <debug.h>
#include <apps/tiff.h>
#include <apps/graphics/tiff.h>
#include "tiff_internal.h"

View File

@ -46,7 +46,7 @@
#include <stdint.h>
#include <nuttx/nx/nxglib.h>
#include <apps/tiff.h>
#include <apps/graphics/tiff.h>
/****************************************************************************
* Pre-Processor Definitions

View File

@ -45,7 +45,7 @@
#include <errno.h>
#include <debug.h>
#include <apps/tiff.h>
#include <apps/graphics/tiff.h>
#include "tiff_internal.h"

View File

@ -1,7 +1,7 @@
/************************************************************************************
* apps/include/tiff.h
* apps/include/graphics/tiff.h
*
* Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2011, 2015-2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Reference:
@ -36,8 +36,8 @@
*
************************************************************************************/
#ifndef __APPS_INCLUDE_TIFF_H
#define __APPS_INCLUDE_TIFF_H
#ifndef __APPS_INCLUDE_GRAPHICS_TIFF_H
#define __APPS_INCLUDE_GRAPHICS_TIFF_H
/************************************************************************************
* Included Files
@ -463,4 +463,4 @@ uint32_t tiff_get32(FAR uint8_t *dest);
}
#endif
#endif /* __APPS_INCLUDE_TIFF_H */
#endif /* __APPS_INCLUDE_GRAPHICS_TIFF_H */