2022-07-12 14:49:48 -04:00
|
|
|
#ifndef __iamauniqueid_h__
|
|
|
|
#define __iamauniqueid_h__
|
2022-08-22 12:05:21 -04:00
|
|
|
//########################################################
|
|
|
|
//This file is used for defining global data type and all
|
|
|
|
//includes needed for the program.
|
|
|
|
//
|
|
|
|
//########################################################
|
2022-07-12 14:49:48 -04:00
|
|
|
#include <X11/Xlib.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <cstdio>
|
|
|
|
#include <cstdlib>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <vector>
|
|
|
|
#include <cmath>
|
|
|
|
#include <iostream>
|
|
|
|
#include <sstream>
|
|
|
|
#include <fstream>
|
|
|
|
#include <algorithm>
|
|
|
|
|
|
|
|
#endif
|