apps/include/tiff.h moved to apps/include/graphics/tiff.h
This commit is contained in:
parent
0e76ca7474
commit
0f1e86b2fd
@ -43,7 +43,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <apps/tiff.h>
|
||||
#include <apps/graphics/tiff.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-Processor Definitions
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include <semaphore.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <apps/tiff.h>
|
||||
#include <apps/graphics/tiff.h>
|
||||
|
||||
#include <nuttx/nx/nx.h>
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <apps/tiff.h>
|
||||
#include <apps/graphics/tiff.h>
|
||||
|
||||
#include "tiff_internal.h"
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <apps/tiff.h>
|
||||
#include <apps/graphics/tiff.h>
|
||||
|
||||
#include "tiff_internal.h"
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <apps/tiff.h>
|
||||
#include <apps/graphics/tiff.h>
|
||||
|
||||
#include "tiff_internal.h"
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <nuttx/nx/nxglib.h>
|
||||
#include <apps/tiff.h>
|
||||
#include <apps/graphics/tiff.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-Processor Definitions
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <apps/tiff.h>
|
||||
#include <apps/graphics/tiff.h>
|
||||
|
||||
#include "tiff_internal.h"
|
||||
|
||||
|
@ -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 */
|
Loading…
Reference in New Issue
Block a user