Skip to content

Commit

Permalink
libappfw: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 11, 2016
1 parent 36112ad commit 2695e85
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doomsday/sdk/libappfw/include/de/widgets/labelwidget.h
Expand Up @@ -19,17 +19,16 @@
#ifndef LIBAPPFW_LABELWIDGET_H
#define LIBAPPFW_LABELWIDGET_H

#include <de/Image>
#include <de/GLBuffer>
#include <de/GLUniform>

#include "../ui/defs.h"
#include "../GuiWidget"
#include "../ProceduralImage"
#include "../ui/Data"

namespace de {

class GLUniform;
class Image;

/**
* Widget showing a label text and/or image.
*
Expand Down

0 comments on commit 2695e85

Please sign in to comment.