]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.c
Major header reworking, this respects the namespaces properly. Makes object dependenc...
[xonotic/gmqcc.git] / parser.c
index cf69136bd668eb351502b37298ec4fc4095a6c84..e92cb6e6326c82faf2822e0c421ca3fbfaa453af 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -21,8 +21,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  */
-#include <stdio.h>
-#include <stdarg.h>
+#include <string.h>
 #include <math.h>
 
 #include "gmqcc.h"