summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/nx_move.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-24 20:49:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-24 20:49:01 +0000
commit73624b6e68013b718cee96dc8d3c628cb84431ba (patch)
tree2cc60df3d4276714aa0eb4ba5340a8dddffdabc0 /nuttx/graphics/nxmu/nx_move.c
parente79139d4ea59a424356d0b6695a2ce841267817d (diff)
downloadpx4-nuttx-73624b6e68013b718cee96dc8d3c628cb84431ba.tar.gz
px4-nuttx-73624b6e68013b718cee96dc8d3c628cb84431ba.tar.bz2
px4-nuttx-73624b6e68013b718cee96dc8d3c628cb84431ba.zip
Move NX header files to include/nuttx/nx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxmu/nx_move.c')
-rw-r--r--nuttx/graphics/nxmu/nx_move.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/graphics/nxmu/nx_move.c b/nuttx/graphics/nxmu/nx_move.c
index 67f4fc3c1..6159ce0ca 100644
--- a/nuttx/graphics/nxmu/nx_move.c
+++ b/nuttx/graphics/nxmu/nx_move.c
@@ -1,7 +1,7 @@
/****************************************************************************
* graphics/nxmu/nx_move.c
*
- * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/nx.h>
+#include <nuttx/nx/nx.h>
#include "nxfe.h"
/****************************************************************************