~ubuntu-branches/ubuntu/trusty/travis/trusty-proposed

« back to all changes in this revision

Viewing changes to src/v_common.h

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2014-01-18 20:07:16 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140118200716-whsmcg7fa1eyqecq
Tags: 140117-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include <cstdlib>
15
15
#include <vector>
16
16
 
17
 
#include "v_config.h"
18
 
#include "tools.h"
19
 
 
 
17
#include "v_config.h"
 
18
#include "tools.h"
 
19
 
20
20
using namespace std;
21
21
 
22
22
/** \brief Function for printing fatal error messages and exiting.