Don't include screenshot.h header in screenshot.c

This commit is contained in:
twinaphex 2014-09-12 00:11:08 +02:00
parent 80998b0da3
commit a2d0a0d5d2

View File

@ -13,9 +13,9 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "screenshot.h"
#include "compat/strl.h"
#include <stdio.h>
#include <stddef.h>
#include <time.h>
#include "boolean.h"
#include <stdint.h>