#if !defined HAVE_AUX1_ALL_H__
#define      HAVE_AUX1_ALL_H__
// This file is part of the FXT library.
// Copyright (C) 2010 Joerg Arndt
// License: GNU General Public License version 3 or later,
// see the file COPYING.txt in the main directory.

//: auxiliary functions for (1-dimensional) arrays

#include "aux1/copy.h"
#include "aux1/shift.h"

#include "aux1/array.h"
#include "aux1/arith1.h"
//#include "aux1/misc.h"
#include "aux1/scale.h"
#include "aux1/scanbox.h"

#include "aux1/aux1double.h"
#include "aux1/auxprint.h"

#include "aux1/resample.h"
#include "aux1/applyfunc.h"
#include "aux1/diff.h"
#include "aux1/symmetry.h"
#include "aux1/bytescan.h"
#include "aux1/wordgray.h"
#include "aux1/grsnegate.h"


#endif // !defined HAVE_AUX1_ALL_H__
