2011-11-05 16:17:49 +01:00
|
|
|
|
|
|
|
#include "bar.h"
|
|
|
|
#include "bat.h"
|
|
|
|
#include "foo.h"
|
|
|
|
#include "baz.h"
|
2012-09-18 13:57:07 +02:00
|
|
|
#include "bang.h"
|
|
|
|
#include "bing.h"
|
|
|
|
#include "bung.h"
|
|
|
|
#include "ting.h"
|
2012-10-12 17:17:30 +02:00
|
|
|
#include "arguments.h"
|
|
|
|
#include "list.h"
|
2012-10-19 13:11:59 +02:00
|
|
|
#include "target.h"
|
2013-02-26 00:50:49 +01:00
|
|
|
#include "prefix_foo_bar_bat.h"
|
2013-05-16 15:52:25 +02:00
|
|
|
#include "common.h"
|
2011-11-05 16:17:49 +01:00
|
|
|
|
|
|
|
int main(int, char**)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|