Changeset 5262


Ignore:
Timestamp:
May 1, 2008, 3:05:57 PM (17 years ago)
Author:
jack
Message:

anugavis_simple.c: Removed superfluous includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/src/anugavis_simple.c

    r5260 r5262  
    11#include "error.h"
    22#include "events.h"
    3 #include "globals.h"
    43#include "height_quantity.h"
    54#include "init.h"
     
    1312    return 1;
    1413  }
     14
    1515  if(AnugaVis_DefineHeightQuantity("elevation", 0, 1, 128, 128, 128) == -1){
    1616    printf("AnugaVis_DefineHeightQuantity() Error: %s\n", AnugaVis_GetError());
Note: See TracChangeset for help on using the changeset viewer.