]> andersk Git - udis86.git/blobdiff - libudis86/udis86.c
Wait to include system headers until we know they are wanted.
[udis86.git] / libudis86 / udis86.c
index 135ef5995ad4af090d9146b9a3105425addda0e8..942186344c34df99e6c16ed0721c6b67d0f965e4 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 <stdlib.h>
-#include <string.h>
-#endif /* __UD_STANDALONE__ */
 
 #include "input.h"
 #include "extern.h"
 
+#ifndef __UD_STANDALONE__
+# include <stdlib.h>
+# include <string.h>
+#endif /* __UD_STANDALONE__ */
+
 /* =============================================================================
  * ud_init() - Initializes ud_t object.
  * =============================================================================
This page took 0.151162 seconds and 4 git commands to generate.