//****************************************************************************
//
// Cs361 : Winter 2004 Ohio University Travis Dillon
// Homework 4 : Programming Assignment 1 MARS images
// file : prog1.h
// started : 02-22-04
// summary : This header file holds all the using and include statements.
//
//****************************************************************************
#ifndef PROG1_H
#define PROG1_H
#include <iostream>
#include <string>
#include <algorithm> //for sorting
using namespace std;
#include "picture.h"
#endif //PROG1_H