Navigation Menu

Skip to content

Commit

Permalink
Change the order of #includes to avoid the redefinition of int_least8_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Aug 31, 2012
1 parent 783d774 commit 549c551
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion test/unit/core/dat/test-dat-cursor.cpp
Expand Up @@ -16,12 +16,13 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <dat.h>

#include <gcutter.h>
#include <glib/gstdio.h>
#include <cppcutter.h>

#include <grn-assertions.h>
#include <dat.h>

#include <algorithm>
#include <cstdio>
Expand Down
5 changes: 3 additions & 2 deletions test/unit/core/dat/test-dat-pat.cpp
Expand Up @@ -16,13 +16,14 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <dat.h>
#include <pat.h>

#include <gcutter.h>
#include <glib/gstdio.h>
#include <cppcutter.h>

#include <grn-assertions.h>
#include <dat.h>
#include <pat.h>

#include <algorithm>
#include <cstdio>
Expand Down
3 changes: 2 additions & 1 deletion test/unit/core/dat/test-dat.cpp
Expand Up @@ -16,12 +16,13 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <dat.h>

#include <gcutter.h>
#include <glib/gstdio.h>
#include <cppcutter.h>

#include <grn-assertions.h>
#include <dat.h>

#include <algorithm>
#include <cstdio>
Expand Down

0 comments on commit 549c551

Please sign in to comment.