summaryrefslogtreecommitdiffstats
path: root/src/application.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-22 18:43:33 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-22 18:43:33 (EDT)
commitf74c470c9a282aebe633ed5c687aaebc7b9ff604 (patch)
tree31525461f4db60e132be0f9a2d9ac0914f617453 /src/application.h
parent4cc8059e6344dc06f0417be52c4a2b1ced1be43b (diff)
downloadmarquee-f74c470c9a282aebe633ed5c687aaebc7b9ff604.zip
marquee-f74c470c9a282aebe633ed5c687aaebc7b9ff604.tar.gz
marquee-f74c470c9a282aebe633ed5c687aaebc7b9ff604.tar.bz2
src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h
index bf68cd3..0a9939d 100644
--- a/src/application.h
+++ b/src/application.h
@@ -19,11 +19,11 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
-typedef struct MqApplication MqApplication;
-
#ifndef MQ_APPLICATION_H
#define MQ_APPLICATION_H
+typedef struct MqApplication MqApplication;
+
#include <glib.h>
#include <webkit2/webkit2.h>