/* * PDFedit - free program for PDF document manipulation. * Copyright (C) 2006, 2007 PDFedit team: Michal Hocko, * Miroslav Jahoda, * Jozef Misutka, * Martin Petricek * * Project is hosted on http://sourceforge.net/projects/pdfedit */ /* * ===================================================================================== * Filename: algorithms.h * Description: * Created: 26/11/2006 02:42:41 AM CET * Author: jmisutka () * ===================================================================================== */ #ifndef _ALGORTIHMS_H_ #define _ALGORTIHMS_H__ //============================================ // Basic includes //============================================ #include "algorithms/basic_algos.h" #endif //_ALGORTIHMS_H__