]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/frameformat.cpp
Remove some stray includes and add a missing one
[libs/gl.git] / source / core / frameformat.cpp
index 36b45f6108d4e82f7ce2946d31b19d0c47932c5f..fefb3582665380b4333098e0fc3cf34b54714c75 100644 (file)
@@ -1,18 +1,11 @@
-#include "deviceinfo.h"
 #include "error.h"
 #include "frameformat.h"
-#include "gl.h"
 
 using namespace std;
 
 namespace Msp {
 namespace GL {
 
-FrameFormat::FrameFormat():
-       count(0),
-       samples(1)
-{ }
-
 FrameFormat::FrameFormat(FrameAttachment fa):
        count(1),
        samples(1)