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:
parent
5b56370980
commit
4e4461a193
7 changed files with 8 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue