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