Include ui/scroll_helper.h in ui/ui.h

This commit is contained in:
David Capello 2019-10-01 14:35:47 -03:00
parent 4e4cafece6
commit c25c67733b
3 changed files with 3 additions and 2 deletions

View File

@ -55,7 +55,6 @@
#include "os/font.h"
#include "os/surface.h"
#include "os/system.h"
#include "ui/scroll_helper.h"
#include "ui/ui.h"
#include <cstdio>

View File

@ -1,5 +1,5 @@
// Aseprite UI Library
// Copyright (C) 2001-2013, 2015 David Capello
// Copyright (C) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.

View File

@ -1,4 +1,5 @@
// Aseprite UI Library
// Copyright (C) 2019 Igara Studio S.A.
// Copyright (C) 2001-2018 David Capello
//
// This file is released under the terms of the MIT license.
@ -52,6 +53,7 @@
#include "ui/save_layout_event.h"
#include "ui/scale.h"
#include "ui/scroll_bar.h"
#include "ui/scroll_helper.h"
#include "ui/separator.h"
#include "ui/size_hint_event.h"
#include "ui/slider.h"