source: proiecte/swift/trunk/include/swift.h @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 420 bytes
Line 
1/*
2 * swift.h
3 *
4 * (c) 2009 Ionut Rosoiu <ionut.rosoiu@gmail.com>
5 *
6 */
7
8#ifndef SWIFT_H_
9#define SWIFT_H_
10
11#include "swift_allocator.h"
12#include "swift_assert.h"
13#include "swift_atomic.h"
14#include "swift_backoff.h"
15#include "swift_common.h"
16#include "swift_context.h"
17#include "swift_deque.h"
18#include "swift_dfg.h"
19#include "swift_log.h"
20#include "swift_scheduler.h"
21#include "swift_thread.h"
22
23#endif /* SWIFT_H_ */
Note: See TracBrowser for help on using the repository browser.