~ubuntu-branches/ubuntu/wily/oxref/wily

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include <iostream>
#include <string>
#include <algorithm>
#include <iterator>
#include <iomanip>

#include <bobcat/arg>
#include <bobcat/datetime>

#include "storage/storage.h"
#include "objdump/objdump.h"

namespace Icmbuild
{
    extern char version[];
    extern char years[];
    extern char author[];
};

void usage(std::string const &progname);

using namespace std;
using namespace FBB;
using namespace Icmbuild;