summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorj <j@xiph.org>2005-05-10 12:42:34 +0000
committerj <j@xiph.org>2005-05-10 12:42:34 +0000
commitf66d4e20f2d3932925c5e514b0b040330502a886 (patch)
treeaf400928f71a2b4ed0670b7739f09e7f98564239 /misc.h
parentac57873375a9e796de0d53c03c04f241487fe74e (diff)
downloadtremor-f66d4e20f2d3932925c5e514b0b040330502a886.tar.gz
move '#include "os.h"' to misc.h and
remove it where misc.h is included. git-svn-id: https://svn.xiph.org/trunk/Tremor@9257 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 49515f1..a161138 100644
--- a/misc.h
+++ b/misc.h
@@ -18,7 +18,7 @@
#ifndef _V_RANDOM_H_
#define _V_RANDOM_H_
#include "ivorbiscodec.h"
-#include "os_types.h"
+#include "os.h"
#include "asm_arm.h"