removed various old cRIO stuff
diff --git a/aos/build/jdk_tools_common b/aos/build/jdk_tools_common
deleted file mode 100644
index 3ebfc2f..0000000
--- a/aos/build/jdk_tools_common
+++ /dev/null
@@ -1,13 +0,0 @@
-# This file gets sourced by all the shell scripts that use the JDK tools.
-# gyp likes quoting some of the input arguments, but nothing else tolerates it,
-# so " are removed from various inputs.
-
-set -e # stop on error
-#set -x # echo everything
-
-TMPDIR=$2
-# ${CLASSPATH} is used by the jdk tools
-EXTRA_CLASSPATH=`echo $3 | tr -d '"' | sed 's/ /:/g'`
-EXTRA_JARS=`echo $3 | tr -d '"'`
-
-mkdir -p ${TMPDIR}
diff --git a/aos/build/queues/compiler.rb b/aos/build/queues/compiler.rb
index 58b2bf1..90c88a7 100644
--- a/aos/build/queues/compiler.rb
+++ b/aos/build/queues/compiler.rb
@@ -85,7 +85,7 @@
cc_file_path = $cpp_base + "/" + rel_path + ".cc"
cpp_tree.add_cc_include((rel_path + ".h").inspect)
cpp_tree.add_cc_include("aos/common/byteorder.h".inspect)
- cpp_tree.add_cc_include("aos/common/inttypes.h".inspect)
+ cpp_tree.add_cc_include("<inttypes.h>")
cpp_tree.add_cc_include("aos/common/queue_types.h".inspect)
cpp_tree.add_cc_include("aos/common/once.h".inspect)
cpp_tree.add_cc_include("aos/common/logging/logging_printf_formats.h".inspect)