#pragma once for our headers plus drive-by formatting

This commit is contained in:
Flössie
2019-10-31 10:20:50 +01:00
parent aacea7046c
commit add5c790d6
177 changed files with 946 additions and 1158 deletions

View File

@@ -1,14 +1,17 @@
#ifndef FILM_SIMULATION_INCLUDED
#define FILM_SIMULATION_INCLUDED
#pragma once
#include <memory>
#include <gtkmm.h>
#include <glibmm/ustring.h>
#include <memory>
#include "toolpanel.h"
#include "guiutils.h"
#include "adjuster.h"
class ClutComboBox : public MyComboBox
#include <glibmm/ustring.h>
#include "adjuster.h"
#include "guiutils.h"
#include "toolpanel.h"
class ClutComboBox :
public MyComboBox
{
public:
explicit ClutComboBox(const Glib::ustring &path);
@@ -74,5 +77,3 @@ private:
Adjuster *m_strength;
};
#endif