/*!
	@file scolStandardHeaders.h
	@brief Common headers
*/

// LICENCE

#ifndef _SCOL_STANDARD_HEADERS_H_
#define _SCOL_STANDARD_HEADERS_H_

// Standard headers
#include <stdlib.h>
#include <malloc.h>
#include <string.h>

#endif

