summaryrefslogtreecommitdiffstats
path: root/includes/linemodel.hpp
blob: 2042ad73aee72017fbe5db91c7a625a7dc47980d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*-

// file linemodel.hpp

#ifndef __LINEMODEL_HPP
#define __LINEMODEL_HPP

// System includes.

#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>

// Local includes.

namespace linemodel {
  ;
};

#endif // __LINEMODEL_HPP

// end of file linemodel.hpp