neta.h 781 B

1234567891011121314151617181920212223242526272829303132
  1. /****************************************************************
  2. *
  3. * MODULE: netalib
  4. *
  5. * AUTHOR(S): Daniel Bundala (Google Summer of Code 2009)
  6. *
  7. * PURPOSE: NETwork Analysis Library
  8. *
  9. * COPYRIGHT: (C) 2009-2010 by Daniel Bundala, and the GRASS Development Team
  10. *
  11. * This program is free software under the GNU General
  12. * Public License (>=v2). Read the file COPYING that
  13. * comes with GRASS for details.
  14. *
  15. ****************************************************************/
  16. #ifndef GRASS_NETA_H
  17. #define GRASS_NETA_H
  18. #include <stdio.h>
  19. #include <stdlib.h>
  20. #include <grass/gis.h>
  21. #include <grass/vector.h>
  22. #include <grass/dbmi.h>
  23. #include <grass/glocale.h>
  24. #include <grass/dgl/graph.h>
  25. #include <grass/defs/neta.h>
  26. #endif