diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 49: Remove unnecessary #includes in CompositeTestPixman.

Message ID 20110719135630.19363.1035.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org July 19, 2011, 1:56 p.m. UTC
------------------------------------------------------------
revno: 49
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Tue 2011-07-19 16:54:14 +0300
message:
  Remove unnecessary #includes in CompositeTestPixman.
modified:
  src/composite-test-pixman.cc


--
lp:glcompbench
https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk

You are subscribed to branch lp:glcompbench.
To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'src/composite-test-pixman.cc'
--- src/composite-test-pixman.cc	2011-07-18 12:38:37 +0000
+++ src/composite-test-pixman.cc	2011-07-19 13:54:14 +0000
@@ -22,15 +22,10 @@ 
  */
 
 #include <pixman.h>
-#include <sstream>
-#include <fstream>
-#include <cstring>
-#include <cstdlib>
+#include <cmath>
 
 #include "composite-test.h"
 #include "composite-canvas-pixman.h"
-#include "options.h"
-#include "log.h"
 
 CompositeTestPixman::CompositeTestPixman() :
     CompositeTest("pixman", "pixman")