summaryrefslogtreecommitdiff
path: root/nuttx/crypto/cryptodev.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-25 10:12:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-25 10:12:23 -0600
commitcaec233534706fcacc78e466c1d50d06de40ac82 (patch)
tree8a8f15630e5930306a5d2cae6a06d60209317f93 /nuttx/crypto/cryptodev.c
parent050b9ab8682a4beb5a725e2ffc79967b4d7eb208 (diff)
downloadpx4-nuttx-caec233534706fcacc78e466c1d50d06de40ac82.tar.gz
px4-nuttx-caec233534706fcacc78e466c1d50d06de40ac82.tar.bz2
px4-nuttx-caec233534706fcacc78e466c1d50d06de40ac82.zip
Path segments reversed in include file path. Noted by Brennan Ashton
Diffstat (limited to 'nuttx/crypto/cryptodev.c')
-rw-r--r--nuttx/crypto/cryptodev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/crypto/cryptodev.c b/nuttx/crypto/cryptodev.c
index e9b57aa69..f6753effb 100644
--- a/nuttx/crypto/cryptodev.c
+++ b/nuttx/crypto/cryptodev.c
@@ -47,8 +47,8 @@
#include <nuttx/fs/fs.h>
-#include <crypto/nuttx/crypto.h>
-#include <crypto/nuttx/cryptodev.h>
+#include <nuttx/crypto/crypto.h>
+#include <nuttx/crypto/cryptodev.h>
/****************************************************************************
* Private Function Prototypes