From 8f217a7f5a07856365fc09d6dc852274cc352e49 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 20 Jul 2006 11:12:46 +0000 Subject: [PATCH] Ugh, last change, I promise. --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40235 --- sourcemm/sample_mm/oslink.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sourcemm/sample_mm/oslink.h b/sourcemm/sample_mm/oslink.h index 817fb24..f2c5445 100644 --- a/sourcemm/sample_mm/oslink.h +++ b/sourcemm/sample_mm/oslink.h @@ -57,7 +57,6 @@ typedef __int64 int64_t; typedef unsigned __int64 uint64_t; #elif defined __GNUC__ -#include #if !__GLIBC_HAVE_LONG_LONG typedef long long int64_t; typedef unsigned long long uint64_t;