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