check.h contains the work "end", which is #defined by the compenstaion stuff; moved check.h to be the first include.

This commit is contained in:
Sears Russell 2006-11-22 05:05:58 +00:00
parent 5b56370980
commit 4e4461a193
7 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,8 @@
#include <check.h>
#include <lladd/transactional.h>
#include <config.h>
#include <check.h>
#include <lladd/transactional.h>
#include "../../src/lladd/latches.h"

View file

@ -1,8 +1,8 @@
#include <check.h>
#include <lladd/transactional.h>
#include <lladd/lockManager.h>
#include <pthread.h>
#include <config.h>
#include <check.h>
#include <assert.h>
#include "../check_includes.h"

View file

@ -40,12 +40,12 @@ permission to use and distribute the software in accordance with the
terms specified in this license.
---*/
#include <check.h>
#include <lladd/transactional.h>
#include <pbl/pbl.h>
#include <stdlib.h>
#include <string.h>
#include <config.h>
#include <check.h>
#include <assert.h>

View file

@ -1,8 +1,8 @@
#include <check.h>
#include <lladd/transactional.h>
#include <lladd/lockManager.h>
#include <pthread.h>
#include <config.h>
#include <check.h>
#include <lladd/transactional.h>
#include <assert.h>

View file

@ -39,12 +39,12 @@ authors grant the U.S. Government and others acting in its behalf
permission to use and distribute the software in accordance with the
terms specified in this license.
---*/
#include <check.h>
#include <lladd/transactional.h>
#include <pbl/pbl.h>
#include <stdlib.h>
#include <string.h>
#include <config.h>
#include <check.h>
#include <assert.h>

View file

@ -38,10 +38,10 @@ authors grant the U.S. Government and others acting in its behalf
permission to use and distribute the software in accordance with the
terms specified in this license.
---*/
#include <check.h>
#include <config.h>
#include <lladd/common.h>
#include <../../src/lladd/latches.h>
#include <check.h>
#include <assert.h>
#include <lladd/transactional.h>

View file

@ -38,10 +38,10 @@ authors grant the U.S. Government and others acting in its behalf
permission to use and distribute the software in accordance with the
terms specified in this license.
---*/
#include <check.h>
#include <config.h>
#include <lladd/common.h>
#include <../../src/lladd/latches.h>
#include <check.h>
#include <assert.h>
#include <lladd/transactional.h>