]> andersk Git - udis86.git/blobdiff - libudis86/decode.c
Wait to include system headers until we know they are wanted.
[udis86.git] / libudis86 / decode.c
index 90f6c052571f9a082a8eb09a3036011038f8e3fb..3af2f7d74458a8ef1ced5575553ed3036e55e101 100644 (file)
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-#ifndef __UD_STANDALONE__
-# include <string.h>
-#endif /* __UD_STANDALONE__ */
 
 #include "types.h"
 #include "itab.h"
 #include "input.h"
 #include "decode.h"
 
+#ifndef __UD_STANDALONE__
+# include <string.h>
+#endif /* __UD_STANDALONE__ */
+
 /* The max number of prefixes to an instruction */
 #define MAX_PREFIXES    15
 
This page took 0.185413 seconds and 4 git commands to generate.